Skip to content

Commit

Permalink
Merge pull request #1870 from openzim/codecov
Browse files Browse the repository at this point in the history
Improve Codecov configuration
  • Loading branch information
kelson42 authored Aug 1, 2023
2 parents 1cd6963 + 0e0e577 commit 82ac61e
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
codecov:
notify:
require_ci_to_pass: yes

coverage:
status:
project:
default:
threshold: 0.1%
patch: false
changes: false
threshold: 1%
patch:
default:
target: 90%
threshold: 0%

ignore:
- "test"

0 comments on commit 82ac61e

Please sign in to comment.