Skip to content

Commit

Permalink
Merge pull request #247 from mroderick/fix-coverage-report
Browse files Browse the repository at this point in the history
chore: Fix coverage reports
  • Loading branch information
animir authored Dec 31, 2023
2 parents 10e4a79 + d9bde5c commit db33aa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node_modules
coverage
package-lock.json
.nyc_output/
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dc:up": "docker-compose -f docker-compose.yml up -d",
"dc:down": "docker-compose -f docker-compose.yml down",
"test": "istanbul -v cover -- _mocha --recursive",
"test": "nyc --reporter=html --reporter=text mocha",
"debug-test": "mocha --inspect-brk lib/**/**.test.js",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"eslint": "eslint --quiet lib/**/**.js test/**/**.js",
Expand Down Expand Up @@ -53,6 +53,7 @@
"istanbul": "^1.1.0-alpha.1",
"memcached-mock": "^0.1.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"redis": "^4.6.8",
"redis-mock": "^0.48.0",
"sinon": "^17.0.1"
Expand Down

0 comments on commit db33aa1

Please sign in to comment.