Skip to content

Commit

Permalink
update coveralls job data
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Mar 9, 2018
1 parent 02b97e0 commit 1da7d3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,12 @@ 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: COVERALLS_SERVICE_NAME=CircleCI COVERALLS_SERVICE_JOB_ID=$CIRCLE_JOB npm run coveralls
command: npm run coveralls

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

0 comments on commit 1da7d3f

Please sign in to comment.