Move allow_coverage_offsets to the codecov section

This commit is contained in:
Sebastian Wilzbach 2017-12-28 09:43:16 +01:00
parent 565d6b36b5
commit d68b3de824

View file

@ -15,6 +15,13 @@ codecov:
- !continuous-integration/jenkins/pr-merge
- !continuous-integration/travis-ci/pr
# At CircleCi, the PR is merged into `master` before the testsuite is run.
# This allows CodeCov to adjust the resulting coverage diff, s.t. it matches
# with the GitHub diff.
# https://github.com/codecov/support/issues/363
# https://docs.codecov.io/v4.3.6/docs/comparing-commits
allow_coverage_offsets: true
coverage:
precision: 3
round: down
@ -39,11 +46,4 @@ coverage:
- "test/.*/::src/"
- "fail_compilation/::src/"
# At CircleCi, the PR is merged into `master` before the testsuite is run.
# This allows CodeCov to adjust the resulting coverage diff, s.t. it matches
# with the GitHub diff.
# https://github.com/codecov/support/issues/363
# https://docs.codecov.io/v4.3.6/docs/comparing-commits
allow_coverage_offsets: true
comment: false