2020-03-12 10:36:10 +01:00
|
|
|
comment:
|
2020-03-16 15:59:55 +01:00
|
|
|
layout: "flags, files"
|
2020-03-12 10:36:10 +01: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 13:18:03 +01:00
|
|
|
after_n_builds: 3 # wait for all OS test coverage builds to post comment
|
2020-03-12 10:36:10 +01:00
|
|
|
branches: # branch names that can post comment
|
|
|
|
- "master"
|
|
|
|
|
|
|
|
coverage:
|
|
|
|
status:
|
2020-05-14 16:02:51 +02:00
|
|
|
project: off
|
|
|
|
patch: off
|
2020-03-12 10:36:10 +01:00
|
|
|
|
2020-09-22 16:19:30 +02:00
|
|
|
ignore: # ignore hcl2spec generated code for coverage and mocks
|
|
|
|
- "**/*.hcl2spec.go"
|
|
|
|
- "**/*_mock.go"
|