Skip to content

Commit

Permalink
Fix the lcov location
Browse files Browse the repository at this point in the history
  • Loading branch information
w3nl committed Jan 12, 2024
1 parent a7fa607 commit 98eeafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint:rules": "eslint --print-config file.js > eslintconfig.json",
"test": "node --test src/*.test.js",
"test:watch": "node --watch --test src/*.test.js",
"test:coverage": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info src/*.test.js",
"test:coverage": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=./coverage/lcov.info src/*.test.js",
"cpd": "node_modules/jscpd/bin/jscpd src",
"vulnerabilities": "npm audit --omit=dev"
},
Expand Down

0 comments on commit 98eeafb

Please sign in to comment.