mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
Move allow_coverage_offsets to the codecov
section
This commit is contained in:
parent
565d6b36b5
commit
d68b3de824
1 changed files with 7 additions and 7 deletions
14
.codecov.yml
14
.codecov.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue