Skip to content

Commit 467c848

Browse files
Merge pull request #2 from adapt-python/antoinedemathelin-patch-1
ci: update codecov.yml
2 parents 26efa48 + 72739d8 commit 467c848

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

codecov.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# Docs ref: https://docs.codecov.io/docs/codecovyml-reference
1+
# Docs ref: https://docs.codecov.io/docs/codecovyml-reference
22
# Validation check: $ curl --data-binary @codecov.yml https://codecov.io/validate
33

4-
ignore:
5-
- "adapt/loaders.py"
6-
74
codecov:
85
token: ad499a8d-3f1a-44b1-9672-27164a1281ce
96
bot: "codecov-io"
@@ -16,16 +13,3 @@ coverage:
1613
precision: 2
1714
round: down
1815
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

0 commit comments

Comments
 (0)