mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
23 lines
438 B
YAML
23 lines
438 B
YAML
comment: false
|
|
github_checks:
|
|
annotations: false
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
# basic
|
|
target: auto
|
|
threshold: 0%
|
|
base: auto
|
|
flags:
|
|
- unit
|
|
paths:
|
|
- "src"
|
|
# advanced settings
|
|
branches:
|
|
- master
|
|
if_ci_failed: error #success, failure, error, ignore
|
|
informational: false
|
|
only_pulls: false
|
|
patch: off
|