Skip to content

Commit

Permalink
Merge pull request #464 from WordPress/feature/add-codecov-config
Browse files Browse the repository at this point in the history
CodeCov: add configuration
  • Loading branch information
schlessera authored Apr 16, 2021
2 parents 30c5d05 + b8f2488 commit 84a64e8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
coverage:
round: nearest
# Status will be green when coverage is between 85 and 100%.
range: "85...100"
status:
project:
default:
threshold: 1%
paths:
- "library"
patch:
default:
threshold: 0%
paths:
- "library"

comment: false
4 changes: 0 additions & 4 deletions .coveralls.yml

This file was deleted.

0 comments on commit 84a64e8

Please sign in to comment.