mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-23 10:06:47 +03:00
chore(coverage): exclude test files in coverage processes (#696)
* Fix coverage * Remove unusable file * Revert * also Add in codecov * Remove unused ignore path
This commit is contained in:
parent
78e13adbce
commit
3b93b7badf
@ -10,4 +10,4 @@ comment:
|
||||
layout: 'header, reach, diff, flags, components'
|
||||
|
||||
ignore:
|
||||
- '**/*.test-d.*'
|
||||
- '**/*.spec.ts'
|
||||
|
@ -8,7 +8,7 @@ export default defineConfig({
|
||||
coverage: {
|
||||
provider: 'istanbul',
|
||||
include: ['src/**/*'],
|
||||
exclude: ['src/compat/_internal/**/*'],
|
||||
exclude: ['src/compat/_internal/**/*', 'src/**/*.spec.ts'],
|
||||
},
|
||||
watch: false,
|
||||
deps: {
|
||||
|
Loading…
Reference in New Issue
Block a user