Skip to content

Commit 43e69a4

Browse files
committed
Update documenation for the vitest coverage reporter
1 parent 57914a5 commit 43e69a4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

lib/vitest-reporter/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const command = getBuildCommand({
99
entryPoints: ['./index.cts'],
1010
bundle: true,
1111
// @actions/core needs to be bundled because it might not be installed
12-
// when coverage tests are being run for individual packages
12+
// for coverage tests that are being run for individual packages
1313
external: ['istanbul-lib-report'],
1414
format: 'cjs',
1515
outfile: './dist.cjs',

0 commit comments

Comments
 (0)