Skip to content

Commit

Permalink
chore(travis): Fix coveralls reporting issues, maybe again?
Browse files Browse the repository at this point in the history
  • Loading branch information
randytarampi committed Mar 8, 2019
1 parent efe0c13 commit bd89655
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 @@ -63,7 +63,7 @@
"clean": "gulp -LLLL --color clean",
"cover:gulp": "NODE_ENV=test SLAMSCAN_CLAMSCAN_BINARY_PATH=${SLAMSCAN_CLAMSCAN_BINARY_PATH:=/usr/local/bin/clamscan} SLAMSCAN_FRESHCLAM_BINARY_PATH=${SLAMSCAN_FRESHCLAM_BINARY_PATH:=/usr/local/bin/freshclam} SLAMSCAN_FRESHCLAM_CONFIG_PATH=${SLAMSCAN_FRESHCLAM_CONFIG_PATH:=$PWD/build/etc/freshclam.conf} nyc --temp-dir .nyc_output-gulp gulp -LLLL --color test",
"cover:sls": "NODE_ENV=test SLAMSCAN_CLAMSCAN_BINARY_PATH=${SLAMSCAN_CLAMSCAN_BINARY_PATH:=/usr/local/bin/clamscan} SLAMSCAN_FRESHCLAM_BINARY_PATH=${SLAMSCAN_FRESHCLAM_BINARY_PATH:=/usr/local/bin/freshclam} SLAMSCAN_FRESHCLAM_CONFIG_PATH=${SLAMSCAN_FRESHCLAM_CONFIG_PATH:=$PWD/build/etc/freshclam.conf} nyc --temp-dir .nyc_output-sls sls invoke test --path test/sls",
"cover:collect": "mkdir -p .nyc_output/ && cp -r .nyc_output-gulp/ .nyc_output/ && cp -r .nyc_output-sls/ .nyc_output/ && nyc report --reporter=lcov",
"cover:collect": "mkdir -p .nyc_output/ && cp -r .nyc_output-gulp/* .nyc_output && cp -r .nyc_output-sls/* .nyc_output && nyc report --reporter=lcov",
"cover:actual": "rm -rf coverage/ .nyc_output/; npm run cover:gulp && npm run cover:sls",
"precover": "npm run pretest",
"cover": "npm run cover:actual; npm run cover:collect",
Expand Down

0 comments on commit bd89655

Please sign in to comment.