Skip to content

Commit 1da7d3f

Browse files
committed
update coveralls job data
1 parent 02b97e0 commit 1da7d3f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,12 @@ jobs:
124124
name: Generate coverage report
125125
command: npm run coverage
126126

127+
- run: export COVERALLS_SERVICE_NAME="CircleCI"
128+
- run: export COVERALLS_SERVICE_JOB_ID="$CIRCLE_BUILD_NUM"
129+
127130
- run:
128131
name: Upload it to coveralls.io
129-
command: COVERALLS_SERVICE_NAME=CircleCI COVERALLS_SERVICE_JOB_ID=$CIRCLE_JOB npm run coveralls
132+
command: npm run coveralls
130133

131134
# ----------------------------------------------------
132135
# generates a clean build of the TypeScript sources

0 commit comments

Comments
 (0)