mirror of
https://github.com/encounter/webrtc.git
synced 2026-03-30 11:42:19 -07:00
974d2e2b5f
Rename config file since .codecov.yml is ignored on codecov server. Remove unused field.
14 lines
226 B
YAML
14 lines
226 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
# Allow decreasing 2% of total coverage to avoid noise.
|
|
threshold: 2%
|
|
patch:
|
|
default:
|
|
target: 70%
|
|
|
|
ignore:
|
|
- "examples/*"
|
|
- "examples/**/*"
|