-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
20 lines (18 loc) · 729 Bytes
/
codecov.yml
File metadata and controls
20 lines (18 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
coverage:
precision: 2
round: down
ignore:
# Generated localization files — coverage annotations not processed by CI runner
- "app/lib/l10n/app_localizations_en.dart"
- "app/lib/l10n/app_localizations_es.dart"
# Platform-specific shell integrations (Win32 FFI, hotkeys, tray — untestable in headless CI)
- "app/lib/shell"
- "app/lib/services"
- "app/lib/screens/settings_screen.dart"
- "app/lib/main.dart"
# Platform-conditional helper — only one OS branch can be hit per CI run
- "app/lib/helpers/url_helper.dart"
comment:
layout: "reach,diff,flags,files"
behavior: default
require_changes: true