Permalink
Cannot retrieve contributors at this time
24 lines (22 sloc)
596 Bytes
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |