mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 00:41:27 -06:00
02fb28eeae
While we like codecov, and the coverage goals, we've frequently ignored the failures for various reasons. These have confused community members submitting PRs and it can be confusing to look at a list of merged PRs with the big X indicating failed checks ("confusing" isn't really a problem, but if there were actually a bad merge, it could be hard to find which in a list of commits actually had an important failure). Fixes a mild inconvenience.
21 lines
511 B
YAML
21 lines
511 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"
|
|
- "v0.12"
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
informational: true
|
|
target: auto
|
|
threshold: "0.5%"
|
|
|
|
github_checks:
|
|
annotations: false
|