Skip to content

Commit

Permalink
chore: update sed for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
wozjac committed Apr 11, 2022
1 parent edd2ea8 commit ea5251a
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 @@ -42,7 +42,7 @@
"pretest": "npm run compile && npm run lint",
"test": "node ./out/test/runTest.js",
"release": "standard-version",
"sed": "cd out/coverage && sed -i 's/\\.\\.\\///g' lcov.info",
"sed": "sed -i .bak 's/\\.\\.\\///g' ./out/coverage/lcov.info",
"coveralls": "npm run sed && cat ./out/coverage/lcov.info | coveralls -v"
},
"devDependencies": {
Expand Down

0 comments on commit ea5251a

Please sign in to comment.