mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 17:01:04 -06:00
6345187c84
We have informational mode enabled for pull requests. This commit enables it for individual commits, too. Informational mode registers the result of a Codecov check without ever failing due to low coverage. This is appropriate for Terraform because much of the test coverage comes from cross-package tests, which Codecov misses.
25 lines
598 B
YAML
25 lines
598 B
YAML
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"
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
informational: true
|
|
target: auto
|
|
threshold: "0.5%"
|
|
patch:
|
|
default:
|
|
informational: true
|
|
target: auto
|
|
threshold: "0.5%"
|
|
|
|
github_checks:
|
|
annotations: false
|