Skip to content

Commit

Permalink
Merge branch 'master' into vmWebhookLimits
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykazakov authored Oct 13, 2023
2 parents 50333bc + 919b26a commit 7722702
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .codecov.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Config can be validated before merging: curl -X POST --data-binary @codecov.yaml https://codecov.io/validate
# See http://docs.codecov.io/docs/coverage-configuration
coverage:
precision: 2 # 2 = xx.xx%, 0 = xx%
Expand All @@ -11,7 +12,10 @@ coverage:
status:
# project will give us the diff in the total code coverage between a commit
# and its parent
project: yes
project:
default:
# Allow the coverage to drop by 1% and posting a success status.
threshold: 1%
# Patch gives just the coverage of the patch
patch: yes
# changes tells us if there are unexpected code coverage changes in other files
Expand Down

0 comments on commit 7722702

Please sign in to comment.