We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b97e0 commit 1da7d3fCopy full SHA for 1da7d3f
1 file changed
.circleci/config.yml
@@ -124,9 +124,12 @@ jobs:
124
name: Generate coverage report
125
command: npm run coverage
126
127
+ - run: export COVERALLS_SERVICE_NAME="CircleCI"
128
+ - run: export COVERALLS_SERVICE_JOB_ID="$CIRCLE_BUILD_NUM"
129
+
130
- run:
131
name: Upload it to coveralls.io
- command: COVERALLS_SERVICE_NAME=CircleCI COVERALLS_SERVICE_JOB_ID=$CIRCLE_JOB npm run coveralls
132
+ command: npm run coveralls
133
134
# ----------------------------------------------------
135
# generates a clean build of the TypeScript sources
0 commit comments