From: XhmikosR Date: Wed, 2 Oct 2019 19:05:15 +0000 (+0300) Subject: coveralls: Add `COVERALLS_GIT_BRANCH` (#29458) X-Git-Tag: v4.4.0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91a9fd96b9181fc1657360a2a46fc64877d22dfa;p=thirdparty%2Fbootstrap.git coveralls: Add `COVERALLS_GIT_BRANCH` (#29458) Without this, coveralls didn't receive the branch info thus leading to failures when we switched branches. --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a0b39b3fc3..71fa943519 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -70,3 +70,4 @@ jobs: if: matrix.node == 8 && github.repository == 'twbs/bootstrap' && github.event_name == 'push' env: COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}" + COVERALLS_GIT_BRANCH: "${{ github.ref }}"