mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 02:27:49 +01:00
14 lines
446 B
YAML
14 lines
446 B
YAML
|
# Edit "test.coverage.exclude" option in vitest.config.ts to exclude specific files from coverage reports.
|
||
|
# We can also use "ignore" option in codecov.yml, but it is not recognized by vitest, so results may differ on local.
|
||
|
|
||
|
coverage:
|
||
|
status:
|
||
|
patch:
|
||
|
default:
|
||
|
target: 80%
|
||
|
informational: true # Don't fail the build even if coverage is below target
|
||
|
project:
|
||
|
default:
|
||
|
target: 75%
|
||
|
threshold: 1%
|