diff options
Diffstat (limited to '')
-rw-r--r-- | codecov.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..c3a2dc7 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,10 @@ +coverage: + status: + project: + default: + target: 90% + threshold: 0.5% + patch: + default: + target: 75% + threshold: 0.5% |