Skip to content

Commit

Permalink
feat(codecov): add new codecov.yml configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 27, 2023
1 parent bd82a84 commit 882c2be
Show file tree
Hide file tree
Showing 2 changed files with 842 additions and 517 deletions.
12 changes: 12 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# When modifying this file, please validate using
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate
coverage:
status:
project:
default:
target: 50% # the required coverage value
threshold: 10% # the leniency in hitting the target
informational: true
patch:
default:
informational: true
Loading

0 comments on commit 882c2be

Please sign in to comment.