Skip to content

Commit

Permalink
Codecov: Enable carry foward of partial coverage information
Browse files Browse the repository at this point in the history
For details see [1]. This should help getting coverage right if not all
tests are run.

[1]: https://docs.codecov.com/docs/carryforward-flags

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Jun 14, 2022
1 parent 42eb0aa commit e462934
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ coverage:
project:
default:
threshold: 0.1%
flag_management:
default_rules:
carryforward: true

0 comments on commit e462934

Please sign in to comment.