2023-05-02 10:33:06 -05:00
|
|
|
# Copyright (c) HashiCorp, Inc.
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2020-03-04 14:19:42 -06: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
|
2021-02-24 12:36:47 -06:00
|
|
|
- "main"
|
2020-03-04 14:19:42 -06:00
|
|
|
|
2020-03-09 13:54:46 -05:00
|
|
|
coverage:
|
|
|
|
status:
|
|
|
|
project:
|
|
|
|
default:
|
2020-09-17 07:13:50 -05:00
|
|
|
informational: true
|
2020-03-09 13:54:46 -05:00
|
|
|
target: auto
|
|
|
|
threshold: "0.5%"
|
2020-10-23 14:58:33 -05:00
|
|
|
patch:
|
|
|
|
default:
|
|
|
|
informational: true
|
|
|
|
target: auto
|
|
|
|
threshold: "0.5%"
|
2020-08-20 12:06:48 -05:00
|
|
|
|
|
|
|
github_checks:
|
|
|
|
annotations: false
|