Skip to content

Commit 02fa664

Browse files
committed
Update codecov YAML flags
1 parent d89f052 commit 02fa664

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# General behaviour.
22
codecov:
3+
branch: main
34
max_report_age: 12
45
require_ci_to_pass: true
6+
strict_yaml_branch: main
57

68
# PR comment format.
79
comment:
@@ -31,6 +33,7 @@ flag_management:
3133
individual_flags:
3234
# Unit testing coverage
3335
- name: unit
36+
carryforward: true
3437
paths:
3538
- '**/target/site/jacoco/unit/jacoco*.xml'
3639
statuses:
@@ -42,6 +45,7 @@ flag_management:
4245

4346
# Integration testing coverage
4447
- name: integration
48+
carryforward: true
4549
paths:
4650
- '**/target/site/jacoco/int/jacoco*.xml'
4751
statuses:

0 commit comments

Comments
 (0)