Skip to content

Commit

Permalink
Fix threshold field in Codecov configuration and un-ignore modules (#…
Browse files Browse the repository at this point in the history
…143)

* chore(codecov): fix `threshold` option
* chore(codecov): remove ignored paths
  • Loading branch information
mkniewallner authored Oct 1, 2022
1 parent 197cd78 commit 23bbcd3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,4 @@ coverage:
project:
default:
target: 90%
threshold: .5%

ignore:
- "deptry/cli.py"
- "deptry/core.py"
- "deptry/utils.py"
threshold: 0.5%

0 comments on commit 23bbcd3

Please sign in to comment.