other
This commit is contained in:
@@ -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/**/*"
|
||||
Reference in New Issue
Block a user