Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 4398f83

Browse files
committed
Fixed coveralls
1 parent 49136b9 commit 4398f83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/coveralls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
set -e
3-
istanbul cover ./bin/run-tests.js --report lcov > /dev/null
3+
istanbul cover ./bin/run-tests.js --report lcov
44
cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
55
rm -rf ./coverage

bin/travis.sh

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
set -e
33
npm test
4-
./bin/coveralls.sh
5-
./node_modules/.bin/eslint src/**/*.js;
4+
STREAM_URL='https://key:[email protected]/?app_id=42' ./bin/coveralls.sh
5+
./node_modules/.bin/eslint src/**/*.js;

0 commit comments

Comments
 (0)