mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-24 22:55:50 +00:00
Changed coverage command so that it would automatically open up the html
file on finish. Closes #174
This commit is contained in:
parent
486bd72fb0
commit
2b7a22b2d2
1 changed files with 1 additions and 1 deletions
|
|
@ -23,6 +23,6 @@
|
|||
},
|
||||
"scripts": {
|
||||
"test": "mocha",
|
||||
"coverage": "COVERAGE=true mocha --require register-handlers.js --reporter html-cov > coverage.html"
|
||||
"coverage": "COVERAGE=true mocha --require register-handlers.js --reporter html-cov > coverage.html; open coverage.html"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue