mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
27 lines
449 B
YAML
27 lines
449 B
YAML
|
# SPDX-FileCopyrightText: 2022-2023 The go-mail Authors
|
||
|
#
|
||
|
# SPDX-License-Identifier: CC0-1.0
|
||
|
|
||
|
coverage:
|
||
|
status:
|
||
|
project:
|
||
|
default:
|
||
|
target: 85%
|
||
|
threshold: 5%
|
||
|
base: auto
|
||
|
if_ci_failed: error
|
||
|
only_pulls: false
|
||
|
patch:
|
||
|
default:
|
||
|
target: 80%
|
||
|
base: auto
|
||
|
if_ci_failed: error
|
||
|
threshold: 5%
|
||
|
|
||
|
comment:
|
||
|
require_changes: true
|
||
|
|
||
|
ignore:
|
||
|
- "cmd/apg"
|
||
|
- "example-code"
|