mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-07-09 13:58:25 +02:00
c5c6d3d127
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
23 lines
393 B
YAML
23 lines
393 B
YAML
# SPDX-FileCopyrightText: The go-mail Authors
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: 95%
|
|
threshold: 2%
|
|
base: auto
|
|
if_ci_failed: error
|
|
only_pulls: false
|
|
patch:
|
|
default:
|
|
target: 95%
|
|
base: auto
|
|
if_ci_failed: error
|
|
threshold: 2%
|
|
|
|
comment:
|
|
require_changes: true
|