Merge pull request #2947 from hugovk/codecov-fix-missing-base-report

Codecov: Avoid "Missing base report"
This commit is contained in:
Hugo 2018-01-10 16:50:55 +02:00 committed by GitHub
commit d1257a0a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

9
.codecov.yml Normal file
View File

@ -0,0 +1,9 @@
# Documentation: https://docs.codecov.io/docs/codecov-yaml
codecov:
# Avoid "Missing base report" due to committing CHANGES.rst with "[CI skip]"
# https://github.com/codecov/support/issues/363
# https://docs.codecov.io/v4.3.6/docs/comparing-commits
allow_coverage_offsets: true
comment: off

View File

@ -1 +0,0 @@
comment: off