Skip to content

Commit 04e887f

Browse files
committed
ci: add coverage reporters to test setup
1 parent 8b2471b commit 04e887f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { StdioClientTransport } from '@modelcontextprotocol/sdk/client/stdio.js'
44

55
const serverParams = new StdioClientTransport({
66
command: 'c8',
7-
args: ['tsx', './src/index.ts'],
7+
args: ['--reporter=lcov', '--reporter=text', 'tsx', './src/index.ts'],
88
env: {
99
...process.env,
1010
NODE_V8_COVERAGE: './coverage/tmp',

0 commit comments

Comments
 (0)