Skip to content

Commit

Permalink
fix: Lcov file not found (#97)
Browse files Browse the repository at this point in the history
* fix: Lcov file not found

see github actions fail -> https://github.com/hexojs/hexo-renderer-stylus/runs/6463877524?check_suite_focus=true

* Update package.json
  • Loading branch information
iChenLei committed May 17, 2022
1 parent 942a542 commit 152f588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"eslint": "eslint .",
"test": "mocha test/index.js",
"test-cov": "nyc npm run test"
"test-cov": "nyc --reporter=lcov --reporter=text npm run test"
},
"directories": {
"lib": "./lib"
Expand Down

0 comments on commit 152f588

Please sign in to comment.