mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-23 07:33:32 -06:00
cb2e9119aa
Signed-off-by: namgyalangmo <75657887+namgyalangmo@users.noreply.github.com>
30 lines
741 B
YAML
30 lines
741 B
YAML
# Copyright (c) The OpenTofu Authors
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
# Copyright (c) 2023 HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
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
|
|
- "main"
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
informational: true
|
|
target: auto
|
|
threshold: "0.5%"
|
|
patch:
|
|
default:
|
|
informational: true
|
|
target: auto
|
|
threshold: "0.5%"
|
|
|
|
github_checks:
|
|
annotations: false
|