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 b141e7d commit fbaf3e9Copy full SHA for fbaf3e9
1 file changed
.circleci/config.yml
@@ -124,12 +124,9 @@ 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
132
- command: npm run coveralls
+ command: COVERALLS_SERVICE_NAME="CircleCI" COVERALLS_SERVICE_JOB_ID="$CIRCLE_BUILD_NUM" npm run coveralls
133
134
# ----------------------------------------------------
135
# generates a clean build of the TypeScript sources
0 commit comments