30 lines
533 B
YAML
30 lines
533 B
YAML
# 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/**/*"
|