Add codecov.yml

This commit is contained in:
Richard Berger 2020-07-30 12:08:15 -04:00
parent facb2f3c27
commit 1ae785132c
No known key found for this signature in database
GPG Key ID: A9E83994E0BA0CAB
1 changed files with 23 additions and 0 deletions

23
.github/codecov.yml vendored Normal file
View File

@ -0,0 +1,23 @@
comment: false
coverage:
notify:
slack:
default:
url: "secret:HWZbvgtc6OD7F3v3PfrK3/rzCJvScbh69Fi1CkLwuHK0+wIBIHVR+Q5i7q6F9Ln4OChbiRGtYAEUUsT8/jmBu4qDpIi8mx746codc0z/Z3aafLd24pBrCEPLvdCfIZxqPnw3TuUgGhwmMDZf0+thg8YNUr/MbOZ7Li2L6+ZbYuA="
threshold: 10%
only_pulls: false
branches:
- "master"
flags:
- "unit"
paths:
- "src"
status:
project:
default:
branches:
- "master"
paths:
- "src"
informational: true
patch: off