mirror of
https://github.com/dlang/dmd.git
synced 2025-04-30 15:10:15 +03:00
[CodeCov] Fix 'No parent commit was found' by allowing coverage offsets
This commit is contained in:
parent
00b6a4c9a7
commit
32f0439daf
1 changed files with 7 additions and 0 deletions
|
@ -39,4 +39,11 @@ coverage:
|
||||||
- "test/.*/::src/"
|
- "test/.*/::src/"
|
||||||
- "fail_compilation/::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
|
comment: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue