-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcodecov.yml
51 lines (48 loc) · 1.19 KB
/
codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
ignore:
- "tests/**/*"
- "other/**/*"
- "extern/**/*"
github_checks:
annotations: true
comment:
layout: "header, diff, flags, components"
behavior: default
require_changes: false
after_n_builds: 2
component_management:
default_rules:
statuses:
- type: project
target: auto
- type: patch
target: auto
individual_components:
- component_id: core
name: Core
paths:
- "src/GameFinder.Common/**"
- "src/GameFinder.RegistryUtils/**"
- component_id: wine
name: Wine
paths:
- "src/GameFinder.Wine/**"
- component_id: store_handler_ea_desktop
name: EA Desktop
paths:
- "src/GameFinder.StoreHandlers.EADesktop/**"
- component_id: store_handler_egs
name: EGS
paths:
- "src/GameFinder.StoreHandlers.EGS/**"
- component_id: store_handler_gog
name: GOG
paths:
- "src/GameFinder.StoreHandlers.GOG/**"
- component_id: store_handler_origin
name: Origin
paths:
- "src/GameFinder.StoreHandlers.Origin/**"
- component_id: store_handler_steam
name: Steam
paths:
- "src/GameFinder.StoreHandlers.Steam/**"