Skip to content

Commit

Permalink
lcov support
Browse files Browse the repository at this point in the history
  • Loading branch information
Seva D committed Jan 4, 2024
1 parent a382a06 commit 58087a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
scr.sh
node_modules
build
lcov.info
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.10.0
v21.5.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "./build/index.cjs",
"scripts": {
"test": "node --test test/*.test.js",
"test-cov": "node --test --experimental-test-coverage test/*.test.js",
"test-cov": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info test/*.test.js",
"create-diagram": "node src/createDiagram.js",
"generate-test-data": "node src/generateData.js",
"bundle": "rollup --config rollup.config.js",
Expand Down

0 comments on commit 58087a6

Please sign in to comment.