-
Notifications
You must be signed in to change notification settings - Fork 284
/
.codecov.yml
32 lines (27 loc) · 958 Bytes
/
.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
# Documentation: https://github.com/codecov/support/wiki/codecov.yml
# 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: 1 # send notifications after the first upload
wait_for_ci: false
# At Travis, 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: 50...100
status:
# Learn more at https://codecov.io/docs#yaml_default_commit_status
project: off
patch:
default:
informational: true
changes: off
comment: false