22 lines
442 B
YAML
22 lines
442 B
YAML
|
# Enable coverage report message for diff on commit
|
||
|
coverage:
|
||
|
status:
|
||
|
project: off
|
||
|
patch:
|
||
|
default:
|
||
|
# basic
|
||
|
target: auto
|
||
|
threshold: null
|
||
|
base: auto
|
||
|
# advanced
|
||
|
branches: null
|
||
|
if_no_uploads: error
|
||
|
if_not_found: success
|
||
|
if_ci_failed: error
|
||
|
only_pulls: false
|
||
|
flags: null
|
||
|
paths: null
|
||
|
|
||
|
# Disable comments on Pull Requests
|
||
|
comment: false
|