opentofu/codecov.yml

28 lines
664 B
YAML
Raw Normal View History

# 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
- "main"
2020-03-04 14:19:42 -06:00
coverage:
status:
project:
default:
informational: true
target: auto
threshold: "0.5%"
patch:
default:
informational: true
target: auto
threshold: "0.5%"
github_checks:
annotations: false