Skip to content

Commit d8771f7

Browse files
committed
Pass Circle CI branch information to Coveralls
1 parent 4148976 commit d8771f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,11 @@ jobs:
636636
# Test Coverage
637637
js_coverage:
638638
<<: *js_defaults
639+
environment:
640+
- CI_BRANCH: $CIRCLE_BRANCH
641+
- CI_PULL_REQUEST: $CIRCLE_PULL_REQUEST
642+
- CI_BUILD_NUMBER: $CIRCLE_BUILD_NUM
643+
- CI_BUILD_URL: $CIRCLE_BUILD_URL
639644
steps:
640645
- checkout
641646
- restore-cache: *restore-yarn-cache

0 commit comments

Comments
 (0)