go-mail/codecov.yml

23 lines
407 B
YAML
Raw Normal View History

# SPDX-FileCopyrightText: 2022-2023 The go-mail Authors
#
# SPDX-License-Identifier: CC0-1.0
2022-03-15 21:29:45 +01:00
coverage:
status:
project:
default:
2022-03-21 12:00:49 +01:00
target: 85%
2022-03-18 15:15:16 +01:00
threshold: 5%
base: auto
if_ci_failed: error
only_pulls: false
2022-03-15 21:29:45 +01:00
patch:
default:
2022-06-03 12:17:36 +02:00
target: 80%
2022-03-18 15:15:16 +01:00
base: auto
if_ci_failed: error
2022-03-18 23:35:01 +01:00
threshold: 5%
2022-03-15 21:29:45 +01:00
comment:
2022-03-18 15:15:16 +01:00
require_changes: true