-
Cristian Maglie authored
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 } } } } }
4b9c9241