go-mail/codecov.yml

23 lines
403 B
YAML
Raw Normal View History

# SPDX-FileCopyrightText: 2022-2023 The go-mail Authors
#
# SPDX-License-Identifier: MIT
2022-03-15 21:29:45 +01:00
coverage:
status:
project:
default:
target: 95%
threshold: 2%
2022-03-18 15:15:16 +01:00
base: auto
if_ci_failed: error
only_pulls: false
2022-03-15 21:29:45 +01:00
patch:
default:
target: 95%
2022-03-18 15:15:16 +01:00
base: auto
if_ci_failed: error
threshold: 2%
2022-03-15 21:29:45 +01:00
comment:
2022-03-18 15:15:16 +01:00
require_changes: true