Skip to content

Commit

Permalink
chore: config threshold
Browse files Browse the repository at this point in the history
Allow the coverage to drop by `X%`, and posting a success status.
  • Loading branch information
bubkoo authored Jul 15, 2021
1 parent 6e57a78 commit 4d23489
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ coverage:
project:
default: off
x6:
threshold: 1%
flags:
- x6
x6-vector:
threshold: 1%
target: 80% # will fail a Pull Request if coverage is less than 80%
flags:
- x6-vector
x6-geometry:
threshold: 1%
flags:
- x6-geometry

Expand All @@ -40,5 +43,4 @@ github_checks:

flag_management:
default_rules:
threshold: 1%
carryforward: false

0 comments on commit 4d23489

Please sign in to comment.