forked from opendlang/opend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
50 lines (43 loc) · 1.36 KB
/
.codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Documentation: https://docs.codecov.io/docs/codecov-yaml
# Validate with: `curl --data-binary @.codecov.yml https://codecov.io/validate`
codecov:
notify:
# We don't want to wait for the CodeCov report
# See https://github.com/codecov/support/issues/312
require_ci_to_pass: false
after_n_builds: 5 # send notifications after all coverage pipeline finish
wait_for_ci: false
bot: dlang-bot
ci:
# https://docs.codecov.io/docs/detecting-ci-services
# Azure, CircleCI and Cirrus generate coverages files
# Don't wait for the other CIs
- circleci.com
- cirrus-ci.com
- dev.azure.com
- !dtest.dlang.io
- !auto-tester.puremagic.com
- !appveyor.com
- !ci.dlang.io
# 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
range: "80...100"
# Learn more at https://docs.codecov.io/docs/commit-status
status:
project: off
patch:
default:
informational: true
changes: off
# https://docs.codecov.io/docs/fixing-paths
fixes:
- "test/.*/::src/"
- "fail_compilation/::src/"
comment: false