From 4e2335ed575a4d8e28f0fdebc83d0fe7c23e4cc8 Mon Sep 17 00:00:00 2001 From: Amjad Alsharafi Date: Sat, 7 Nov 2020 08:04:11 +0300 Subject: [PATCH] Codecov: added native_windows ui module to the ignored folders --- .codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codecov.yml b/.codecov.yml index 19ca834..a3579be 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -6,6 +6,7 @@ ignore: - "nes_ui_sfml" - "nes_ui_gtk" - "nes_ui_tui" + - "nes_ui_native_windows" - "tests.rs" - "**/tests.rs" - "tests"