We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89f052 commit 02fa664Copy full SHA for 02fa664
1 file changed
codecov.yml
@@ -1,7 +1,9 @@
1
# General behaviour.
2
codecov:
3
+ branch: main
4
max_report_age: 12
5
require_ci_to_pass: true
6
+ strict_yaml_branch: main
7
8
# PR comment format.
9
comment:
@@ -31,6 +33,7 @@ flag_management:
31
33
individual_flags:
32
34
# Unit testing coverage
35
- name: unit
36
+ carryforward: true
37
paths:
38
- '**/target/site/jacoco/unit/jacoco*.xml'
39
statuses:
@@ -42,6 +45,7 @@ flag_management:
42
45
43
46
# Integration testing coverage
44
47
- name: integration
48
49
50
- '**/target/site/jacoco/int/jacoco*.xml'
51
0 commit comments