Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.codecov.yml')
| -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 0000000000..68eacb7d08 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,10 @@ +coverage: + range: 40...60 + status: + patch: off + project: + default: + informational: true + +# Don't leave comments on PRs +comment: false |