Skip to content

Commit

Permalink
[fix] #1037 Coverage: lcovonly
Browse files Browse the repository at this point in the history
  • Loading branch information
c-geek committed Jul 27, 2017
1 parent 18bbc7e commit ed695f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"test": "nyc --reporter html mocha",
"start": "node bin/duniter start",
"build": "tsc && cd \"node_modules/duniter-ui\" && npm install && npm run build",
"test-travis": "nyc mocha test/"
"test-travis": "nyc --reporter lcovonly mocha test/"
},
"nyc": {
"require": [
Expand Down

0 comments on commit ed695f4

Please sign in to comment.