Skip to content

Commit e41342b

Browse files
authored
coveralls: Add COVERALLS_GIT_BRANCH (#29458)
Without this, coveralls didn't receive the branch info thus leading to failures when we switched branches.
1 parent b1a4b0e commit e41342b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ jobs:
5252
if: matrix.node == 10 && github.repository == 'twbs/bootstrap' && github.event_name == 'push'
5353
env:
5454
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
55+
COVERALLS_GIT_BRANCH: "${{ github.ref }}"

0 commit comments

Comments
 (0)