Skip to content

Commit

Permalink
ci: Propagate test errors, part4
Browse files Browse the repository at this point in the history
  • Loading branch information
q2s2t committed Nov 2, 2018
1 parent 2ac55b9 commit 252eb98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test-docker": "circleci local execute --job build",
"test-cleanup": "rm -rf test/_tmp/* ; touch test/_tmp/.gitkeep",
"test-debug": "DEBUG=node-7z npm run test",
"coverage": "npx nyc --reporter=html npm test",
"coverage-ci": "npx nyc --reporter=lcov npm test-ci"
"coverage": "npx nyc --reporter=html npm run test",
"coverage-ci": "npx nyc --reporter=lcov npm run test-ci"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 252eb98

Please sign in to comment.