File tree 1 file changed +1
-17
lines changed
1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 1
- # Docs ref: https://docs.codecov.io/docs/codecovyml-reference
1
+ # Docs ref: https://docs.codecov.io/docs/codecovyml-reference
2
2
# Validation check: $ curl --data-binary @codecov.yml https://codecov.io/validate
3
3
4
- ignore :
5
- - " adapt/loaders.py"
6
-
7
4
codecov :
8
5
token : ad499a8d-3f1a-44b1-9672-27164a1281ce
9
6
bot : " codecov-io"
@@ -16,16 +13,3 @@ coverage:
16
13
precision : 2
17
14
round : down
18
15
range : " 70...100"
19
- status :
20
- project :
21
- default :
22
- base : auto # target to compare against
23
- target : auto # target "X%" coverage to hit on project
24
- threshold : 1% # allow this much decrease from base
25
- if_ci_failed : error
26
- patch : off
27
- default :
28
- base : auto # target to compare against
29
- target : 50% # target "X%" coverage to hit on patch
30
- # threshold: 50% # allow this much decrease on patch
31
- changes : false
You can’t perform that action at this time.
0 commit comments