diff options
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..aa7a96c27 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + patch: + default: + # allowed to drop X% and still result in a "success" commit status + threshold: 0.05 |