es-toolkit/codecov.yml
Dayong Lee 3b93b7badf
chore(coverage): exclude test files in coverage processes (#696)
* Fix coverage

* Remove unusable file

* Revert

* also Add in codecov

* Remove unused ignore path
2024-10-09 11:48:02 +09:00

14 lines
196 B
YAML

coverage:
status:
patch: off
project:
default:
target: 100%
threshold: 10%
comment:
layout: 'header, reach, diff, flags, components'
ignore:
- '**/*.spec.ts'