Skip to content

Commit

Permalink
Allow coverage fluctuations up to 0.2%
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Nov 25, 2023
1 parent c84521c commit b05b0b8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,27 @@ coverage:
paths:
- "src/jupytext/"
target: 97%
threshold: 0.002
threshold: 0.2%
tests:
paths:
- "tests/"
target: 100%
unit-tests:
threshold: 0.2%
flags:
- unit
functional-tests:
threshold: 0.2%
flags:
- functional
integration-tests:
threshold: 0.2%
flags:
- integration
external-tests:
threshold: 0.2%
flags:
- external
patch:
default:
target: 80% # new contributions should have a coverage at least equal to target
target: 80%

0 comments on commit b05b0b8

Please sign in to comment.