pueue/codecov.yml
Martijn Pieters 3f7ee0c4db
CI: correct codecov configuration syntax
Following the [documentation][1], this is clearly intended to be the
[`coverage` section][2]. The file is now valid [as per the codecov
API][3].

[1]: https://docs.codecov.com/docs/codecovyml-reference
[2]: https://docs.codecov.com/docs/codecovyml-reference#coverage
[3]: https://docs.codecov.com/docs/codecov-yaml#validate-your-repository-yaml
2022-10-20 10:09:39 +01:00

19 lines
260 B
YAML

ignore:
- "utils"
- "tests"
- "ARCHITECTURE.md"
- "Cargo.lock"
- "Cargo.toml"
- "CHANGELOG.md"
- "LICENSE"
- "README.md"
- ".github"
- ".gitignore"
coverage:
status:
project:
default:
target: auto
threshold: 2%