Smart configuration loader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

test: only include `src` for coverage report (#242)

authored by

Kanon and committed by
GitHub
0bb37f9c cbbf9a55

+1
+1
vitest.config.ts
··· 4 4 test: { 5 5 coverage: { 6 6 reporter: ["text", "clover", "json"], 7 + include: ["src/**/*.ts"], 7 8 }, 8 9 }, 9 10 });