2020-03-12 05:36:10 -04:00
|
|
|
comment:
|
2020-03-16 10:59:55 -04:00
|
|
|
layout: "flags, files"
|
2020-03-12 05:36:10 -04:00
|
|
|
behavior: default
|
|
|
|
require_changes: true # only comment on changes in coverage
|
|
|
|
require_base: yes # [yes :: must have a base report to post]
|
|
|
|
require_head: yes # [yes :: must have a head report to post]
|
2020-03-19 08:18:03 -04:00
|
|
|
after_n_builds: 3 # wait for all OS test coverage builds to post comment
|
2020-03-12 05:36:10 -04:00
|
|
|
branches: # branch names that can post comment
|
|
|
|
- "master"
|
|
|
|
|
|
|
|
coverage:
|
|
|
|
status:
|
|
|
|
project:
|
|
|
|
default:
|
|
|
|
target: auto
|
|
|
|
threshold: "0.5%"
|
|
|
|
|
|
|
|
ignore: # ignore hcl2spec generated code for coverage
|
|
|
|
- "**/*.hcl2spec.go"
|