Files
webrtc/codecov.yml
Pion cf9a2155ca Update CI configs to v0.2.0
Update lint scripts and CI configs.
2020-03-26 18:20:23 +09:00

21 lines
371 B
YAML

#
# DO NOT EDIT THIS FILE DIRECTLY
#
# It is automatically copied from https://github.com/pion/.goassets repository.
#
coverage:
status:
project:
default:
# Allow decreasing 2% of total coverage to avoid noise.
threshold: 2%
patch:
default:
target: 70%
only_pulls: true
ignore:
- "examples/*"
- "examples/**/*"