Skip to content

Commit

Permalink
Extend codecov configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed May 26, 2021
1 parent 7825629 commit ba5f17c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
coverage:
status:
# Patch-level coverage (how well is the PR tested)
patch:
default:
threshold: 80%

# Project-level coverage
project:
default:
target: auto
threshold: 0.1%
php:
paths:
- src
threshold: 0.1%

# See https://docs.codecov.io/docs/ignoring-paths
ignore:
- "/bin"

comment: false

0 comments on commit ba5f17c

Please sign in to comment.