-
Notifications
You must be signed in to change notification settings - Fork 4
/
codecov.yml
34 lines (31 loc) · 961 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
28
29
30
31
32
33
34
codecov:
require_ci_to_pass: false
coverage:
status:
project:
default:
informational: true
patch:
default:
informational: true
component_management:
default_rules: # default rules that will be inherited by all components
statuses:
- type: project
informational: true
- type: patch
informational: true
paths:
- src/python/rats/**
individual_components:
- component_id: rats-apps
- component_id: rats-devtools
- component_id: rats-pipelines
- component_id: rats-processors
comment:
layout: header, components, condensed_files, condensed_footer
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: false # [true :: must have a base report to post]
require_head: true # [true :: must have a head report to post]
hide_project_coverage: false # [true :: only show coverage on the git diff]