Skip to content

Commit cdc40ee

Browse files
committed
coveralls: Add COVERALLS_GIT_BRANCH
Without this, coveralls didn't receive the branch info thus leading to failures when we switched branches.
1 parent 46e8f1a commit cdc40ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ jobs:
5050
if: matrix.node == 10 && github.repository == 'twbs/bootstrap' && github.event_name == 'push'
5151
env:
5252
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
53+
COVERALLS_GIT_BRANCH: "${{ github.ref }}"

0 commit comments

Comments
 (0)