Skip to content

Commit bd5639f

Browse files
authored
Add Codecov config file (gmlc-dispatches#114)
1 parent 9f60910 commit bd5639f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

codecov.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
coverage:
2+
precision: 2
3+
round: down
4+
range: "1...100"
5+
status:
6+
patch:
7+
default:
8+
target: auto
9+
threshold: 10%
10+
project:
11+
default:
12+
target: auto
13+
threshold: 1%
14+
codecov:
15+
require_ci_to_pass: false
16+
notify:
17+
wait_for_ci: false
18+
# after_n_builds should match the number of CI jobs configured to upload reports to Codecov
19+
# in DISPATCHES there are 2 such jobs (1 Windows + 1 Linux for a single sample Python version)
20+
after_n_builds: 2

0 commit comments

Comments
 (0)