Skip to content

Commit

Permalink
test: update coverage exclusion for repo-check.ts in vitest configura…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
Shuunen committed Dec 29, 2024
1 parent b2d01c3 commit f2c3ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
coverage: {
exclude: ['src/index.ts', 'src/mocks/*'],
exclude: ['src/repo-check.ts', 'src/mocks/*'],
include: ['src'],
reporter: ['text', 'lcov', 'html'],
thresholds: {
Expand Down

0 comments on commit f2c3ea0

Please sign in to comment.