-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodecov.yml
More file actions
29 lines (26 loc) · 703 Bytes
/
codecov.yml
File metadata and controls
29 lines (26 loc) · 703 Bytes
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
# Codecov config — see https://docs.codecov.com/docs/codecovyml-reference.
#
# The test workflow uploads from each Python matrix entry with a
# ``py<version>`` flag. ``after_n_builds`` makes Codecov wait until
# all three uploads have arrived before posting a PR status, so the
# status reflects merged coverage rather than whichever job finished
# first.
codecov:
require_ci_to_pass: true
notify:
after_n_builds: 3
wait_for_ci: true
coverage:
status:
project:
default:
target: auto
threshold: 1%
patch:
default:
target: auto
threshold: 1%
comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: false