diff options
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..e833744 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,9 @@ +coverage: + status: + project: + default: + target: auto # auto compares coverage to the previous base commit + threshold: 1% + patch: + default: + target: 50% |