Commit 4b9c924
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
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
0 commit comments