mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-14 18:02:55 +01:00
Winni Neessen
f576b92ce2
Updated project and patch coverage targets to 90% from 85% and 80%, respectively. Tightened thresholds from 5% to 2% to enforce stricter quality controls.
22 lines
407 B
YAML
22 lines
407 B
YAML
# SPDX-FileCopyrightText: 2022-2023 The go-mail Authors
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: 90%
|
|
threshold: 2%
|
|
base: auto
|
|
if_ci_failed: error
|
|
only_pulls: false
|
|
patch:
|
|
default:
|
|
target: 90%
|
|
base: auto
|
|
if_ci_failed: error
|
|
threshold: 2%
|
|
|
|
comment:
|
|
require_changes: true
|