Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
:bowtie: Fix coveralls reports
Browse files Browse the repository at this point in the history
  • Loading branch information
tosch110 committed Mar 6, 2018
1 parent 8a69a6d commit 47434eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"cover": "if [ -z $JENKINS_HOME ]; then npm run cover:local; else npm run cover:ci; fi",
"cover:base": "NODE_ENV=test nyc report",
"cover:local": "npm run cover:base -- --reporter=html --reporter=text",
"cover:ci": "npm run cover:base -- --reporter=text-lcov | coveralls -v",
"cover:ci": "npm run test && nyc report --reporter=text-lcov --report-dir=coverage | coveralls",
"prebuild:browsertest": "cp package.json browsertest/",
"build:browsertest": "npm run babel:browsertest && npm run browserify:browsertest && npm run uglify:browsertest",
"postbuild:browsertest": "rm -r browsertest/src browsertest/test",
Expand Down

0 comments on commit 47434eb

Please sign in to comment.