Disable codecov PR comments (#382)

Co-authored-by: Sorin Sbarnea <ssbarnea@redhat.com>
This commit is contained in:
Gleb Nikonorov 2020-11-27 07:29:42 -05:00 committed by GitHub
parent b57ca0bcf2
commit 9c9bd27724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# reference: https://coverage.readthedocs.io/en/coverage-5.0/config.html
# used by pytest-cov
[coverage:report]
precision = 2
show_missing = true

3
codecov.yml Normal file
View File

@ -0,0 +1,3 @@
# reference: https://docs.codecov.io/docs/codecovyml-reference
# used by codecov site
comment: false