chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
coverage:
|
||||
status:
|
||||
project: #add everything under here, more options at https://docs.codecov.com/docs/commit-status
|
||||
default: # default is the status check's name, not default settings
|
||||
target: auto #default
|
||||
threshold: 1% #allow coverage to drop by 1%
|
||||
base: auto
|
||||
if_ci_failed: error #success, failure, error, ignore
|
||||
patch:
|
||||
default:
|
||||
target: 82% #default
|
||||
threshold: 1% #allow coverage to drop by 1%
|
||||
base: auto
|
||||
if_ci_failed: error #success, failure, error, ignore
|
||||
|
||||
comment: #this is a top-level key
|
||||
layout: " diff, flags, files"
|
||||
behavior: default
|
||||
require_changes: false # if true: only post the comment if coverage changes
|
||||
require_base: false # [true :: must have a base report to post]
|
||||
require_head: true # [true :: must have a head report to post]
|
||||
hide_project_coverage: false # [true :: only show coverage on the git diff aka patch coverage]
|
||||
|
||||
# sample regex patterns
|
||||
ignore:
|
||||
- "tests"
|
||||
- "examples/"
|
||||
- "mock/"
|
||||
- "callbacks/interface.go"
|
||||
- "utils/safe"
|
||||
- "components/tool/utils/create_options.go"
|
||||
Reference in New Issue
Block a user