Skip to content

Commit fbaf3e9

Browse files
committed
try to improve the coverage report
1 parent b141e7d commit fbaf3e9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,9 @@ 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-
130127
- run:
131128
name: Upload it to coveralls.io
132-
command: npm run coveralls
129+
command: COVERALLS_SERVICE_NAME="CircleCI" COVERALLS_SERVICE_JOB_ID="$CIRCLE_BUILD_NUM" npm run coveralls
133130

134131
# ----------------------------------------------------
135132
# generates a clean build of the TypeScript sources

0 commit comments

Comments
 (0)