mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-22 13:00:56 -05:00
12 lines
278 B
YAML
12 lines
278 B
YAML
comment: false
|
|
|
|
coverage:
|
|
status:
|
|
project: # settings affecting project coverage
|
|
default:
|
|
target: auto # auto % coverage target
|
|
threshold: 5% # allow for 5% reduction of coverage without failing
|
|
patch: off
|
|
|
|
github_checks:
|
|
annotations: false
|