Skip to content

Commit

Permalink
try to improve the coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Mar 9, 2018
1 parent b141e7d commit fbaf3e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,9 @@ jobs:
name: Generate coverage report
command: npm run coverage

- run: export COVERALLS_SERVICE_NAME="CircleCI"
- run: export COVERALLS_SERVICE_JOB_ID="$CIRCLE_BUILD_NUM"

- run:
name: Upload it to coveralls.io
command: npm run coveralls
command: COVERALLS_SERVICE_NAME="CircleCI" COVERALLS_SERVICE_JOB_ID="$CIRCLE_BUILD_NUM" npm run coveralls

# ----------------------------------------------------
# generates a clean build of the TypeScript sources
Expand Down

0 comments on commit fbaf3e9

Please sign in to comment.