This commit is contained in:
2026-07-31 11:51:56 +09:00
parent 3271693051
commit d90a25919e
20 changed files with 14370 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# Codecov Configuration
# https://docs.codecov.com/docs/codecov-yaml
coverage:
status:
project:
default:
target: auto
threshold: 1%
informational: false
patch:
default:
target: auto
threshold: 1%
informational: false
comment:
layout: "reach,diff,flags,tree,footer"
behavior: default
require_changes: false
require_base: false
require_head: true
ignore:
- "examples/**/*"
- "dist/**/*"
- "**/*.test.ts"
- "**/*.spec.ts"
- "src/scripts/**/*"