mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Enable coverage report
This commit is contained in:
parent
8dce934f62
commit
bc1149cd22
4 changed files with 5 additions and 1 deletions
|
|
@ -1,2 +1,3 @@
|
|||
*.min.js
|
||||
built/
|
||||
coverage/
|
||||
|
|
|
|||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@ preview.png
|
|||
node_modules
|
||||
|
||||
/built
|
||||
/coverage
|
||||
|
|
|
|||
|
|
@ -3,3 +3,5 @@ node_js:
|
|||
- 4
|
||||
- 5
|
||||
- 6
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"build": "webpack --config=webpack.production.config.js",
|
||||
"serve": "webpack-dev-server",
|
||||
"weight": "npm run build && gzip-size built/winamp.js | pretty-bytes",
|
||||
"test": "jest && npm run lint",
|
||||
"test": "jest --coverage && npm run lint",
|
||||
"tdd": "jest --watch",
|
||||
"deploy": "ssh jordaneldredge.com sh < deploy.sh",
|
||||
"revert": "ssh jordaneldredge.com sh < revert.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue