mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-10-31 18:30:42 +00:00
22 lines
403 B
YAML
22 lines
403 B
YAML
|
codecov:
|
||
|
require_ci_to_pass: true
|
||
|
coverage:
|
||
|
status:
|
||
|
project:
|
||
|
default:
|
||
|
target: auto
|
||
|
threshold: 5%
|
||
|
branches:
|
||
|
- main
|
||
|
if_ci_failed: error
|
||
|
informational: false
|
||
|
only_pulls: false
|
||
|
patch:
|
||
|
default:
|
||
|
target: auto
|
||
|
threshold: 5%
|
||
|
branches:
|
||
|
- main
|
||
|
if_ci_failed: error
|
||
|
only_pulls: false
|