forked from crocs-muni/ECTester
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.codecov.yml
27 lines (26 loc) · 806 Bytes
/
.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
comment:
layout: "condensed_header, condensed_files, diff, components, condensed_footer" # show component info in the PR comment
component_management:
default_rules: # default rules that will be inherited by all components
statuses:
- type: project # in this case every component that doesn't have a status defined will have a project type one
target: auto
branches:
- "!master"
individual_components:
- component_id: applet_package
name: Applet
paths:
- applet/**
- component_id: common_package
name: Common
paths:
- common/**
- component_id: reader_package
name: Reader
paths:
- reader/**
- component_id: standalone_package
name: Standalone
paths:
- standalone/**