2022-03-10 09:44:48 +00:00
|
|
|
#
|
|
|
|
# DO NOT EDIT THIS FILE
|
|
|
|
#
|
|
|
|
# It is automatically copied from https://github.com/pion/.goassets repository.
|
|
|
|
#
|
2024-06-05 20:10:03 +00:00
|
|
|
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
|
|
|
# SPDX-License-Identifier: MIT
|
2022-03-10 09:44:48 +00:00
|
|
|
|
|
|
|
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/**/*"
|