Skip to content

Commit

Permalink
coveralls: Add COVERALLS_GIT_BRANCH (#29458)
Browse files Browse the repository at this point in the history
Without this, coveralls didn't receive the branch info thus leading to failures when we switched branches.
  • Loading branch information
XhmikosR authored Oct 2, 2019
1 parent b1a4b0e commit e41342b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ jobs:
if: matrix.node == 10 && github.repository == 'twbs/bootstrap' && github.event_name == 'push'
env:
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
COVERALLS_GIT_BRANCH: "${{ github.ref }}"

0 comments on commit e41342b

Please sign in to comment.