Unverified Commit e41342b4 authored by XhmikosR's avatar XhmikosR Committed by GitHub
Browse files

coveralls: Add `COVERALLS_GIT_BRANCH` (#29458)

Without this, coveralls didn't receive the branch info thus leading to failures when we switched branches.
parent b1a4b0ec
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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 }}"
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment