[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

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

fix(coverage): exclude bench files from coverage (#5983)

authored by

Benjamin Beret and committed by
GitHub
(Jun 29, 2024, 2:52 PM +0300) 429e1a7f 200a4349

+1 -1
+1 -1
packages/vitest/src/defaults.ts
··· 38 38 'cypress/**', 39 39 'test?(s)/**', 40 40 'test?(-*).?(c|m)[jt]s?(x)', 41 - '**/*{.,-}{test,spec}?(-d).?(c|m)[jt]s?(x)', 41 + '**/*{.,-}{test,spec,bench,benchmark}?(-d).?(c|m)[jt]s?(x)', 42 42 '**/__tests__/**', 43 43 '**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build}.config.*', 44 44 '**/vitest.{workspace,projects}.[jt]s?(on)',