blob: db26a6bd55166643ba138a9115fa5c4b83d81ed4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
# Documentation
# https://github.com/codecov/support/wiki/Codecov-Yaml#full-yaml
#
# Validate this file
# curl --data-binary @codecov.yml https://codecov.io/validate
coverage:
status:
project:
default:
# Random seeds in tests lead to a +/-0.05% coverage span even for PRs
# that do not change source code
threshold: 0.05
|