mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
11 lines
264 B
YAML
11 lines
264 B
YAML
# Documentation: https://github.com/codecov/support/wiki/codecov.yml
|
|
|
|
codecov:
|
|
# CodeCov should only wait for CI's that run coverage tests
|
|
# DAutoTester and auto-tester are not in the default list
|
|
ci:
|
|
- !travis
|
|
|
|
coverage:
|
|
fixes:
|
|
- "test/.*/::src/"
|