Skip to content

Commit

Permalink
ci: remove test coverage gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
inigomarquinez committed Jun 28, 2024
1 parent 2cc4a0b commit 6ac5863
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/code-climate-test-coverage.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"example": "cd examples && SECRET='a password' NODE_ENV=development node index.js",
"test": "zUnit",
"coverage": "nyc --reporter lcov npm run test",
"coverage": "nyc --report html --reporter lcov --reporter text-summary zUnit",
"lint": "eslint .",
"prepare": "husky install"
},
Expand Down

0 comments on commit 6ac5863

Please sign in to comment.