diff options
Diffstat (limited to '')
-rw-r--r-- | codecov.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..19960ec --- /dev/null +++ b/codecov.yml @@ -0,0 +1,17 @@ +coverage: + status: + project: + default: + threshold: 0.35% + patch: + default: + threshold: 0.35% +codecov: + token: 16b01c29-3b23-4923-b33a-4d26a49d80c4 + notify: + after_n_builds: 23 +comment: + after_n_builds: 23 + +ignore: + - "crmsh/report" |