2020-03-04 21:19:42 +01:00
|
|
|
comment:
|
|
|
|
layout: "flags, files"
|
|
|
|
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]
|
|
|
|
branches: # branch names that can post comment
|
|
|
|
- "master"
|
|
|
|
- "v0.12"
|
|
|
|
|
2020-03-09 19:54:46 +01:00
|
|
|
coverage:
|
|
|
|
status:
|
|
|
|
project:
|
|
|
|
default:
|
|
|
|
target: auto
|
|
|
|
threshold: "0.5%"
|
2020-08-20 19:06:48 +02:00
|
|
|
|
|
|
|
github_checks:
|
|
|
|
annotations: false
|