mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
26 lines
595 B
YAML
26 lines
595 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:
|
|
- "circleci.com"
|
|
notify:
|
|
after_n_builds: 1 # send notifications after the first upload
|
|
bot: dlang-bot
|
|
|
|
coverage:
|
|
precision: 3
|
|
round: down
|
|
range: 80...100
|
|
|
|
status:
|
|
# Learn more at https://codecov.io/docs#yaml_default_commit_status
|
|
project: true
|
|
patch: true
|
|
changes: false
|
|
fixes:
|
|
- "test/.*/::src/"
|
|
- "fail_compilation/::src/"
|
|
|
|
comment: false
|