File tree Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+
3
+ codecov :
4
+ notify :
5
+ after_n_builds : 26 # Number of test matrix+lint jobs uploading coverage
6
+ wait_for_ci : false
7
+
8
+ require_ci_to_pass : false
9
+
10
+ token : >- # notsecret # repo-scoped, upload-only, stability in fork PRs
11
+ 78c6cd01-1f6b-428a-8be0-9069e6073d6d
12
+
13
+ comment :
14
+ require_changes : true
15
+
16
+ coverage :
17
+ range : 100..100
18
+ status :
19
+ patch :
20
+ default :
21
+ target : 100%
22
+ pytest :
23
+ target : 100%
24
+ flags :
25
+ - pytest
26
+ typing :
27
+ flags :
28
+ - MyPy
29
+ project :
30
+ default :
31
+ target : 100%
32
+ lib :
33
+ flags :
34
+ - pytest
35
+ paths :
36
+ - src/
37
+ target : 100%
38
+ packaging :
39
+ paths :
40
+ - packaging/
41
+ target : 75.24%
42
+ tests :
43
+ flags :
44
+ - pytest
45
+ paths :
46
+ - tests/
47
+ target : 100%
48
+ typing :
49
+ flags :
50
+ - MyPy
51
+ target : 100%
52
+
53
+ ...
You can’t perform that action at this time.
0 commit comments