mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
20 lines
362 B
YAML
20 lines
362 B
YAML
#
|
|
# DO NOT EDIT THIS FILE
|
|
#
|
|
# 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/**/*"
|