0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

coveralls: Add COVERALLS_GIT_BRANCH (#29458)

Without this, coveralls didn't receive the branch info thus leading to failures when we switched branches.
This commit is contained in:
XhmikosR 2019-10-02 22:05:15 +03:00 committed by GitHub
parent b1a4b0ecc4
commit e41342b4c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}"