Skip to content

Commit 4b9c924

Browse files
authored
[skip-changelog] Fixed codecov.yml file (#735)
The file has been validated with the webservice provided by codecov. Before the patch: $ curl --data-binary @.codecov.yml https://codecov.io/validate Path: coverage->status->project->default->threshold <shared.validation.helpers.PercentSchemaField object at 0x7f172d3e5a10>.validate(None) raised TypeError('expected string or bytes-like object') After the patch: $ curl --data-binary @.codecov.yml https://codecov.io/validate Valid! { "comment": false, "coverage": { "status": { "patch": false, "changes": false, "project": { "default": { "target": 30.0 } } } } }
1 parent 4c4a1f5 commit 4b9c924

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: .codecov.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ coverage:
88
project:
99
default:
1010
target: 30%
11-
threshold: null
1211
patch: off
1312
changes: off

0 commit comments

Comments
 (0)