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