chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:49:10 +08:00
commit 3165c4acf8
382 changed files with 154008 additions and 0 deletions
+31
View File
@@ -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"