]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
coveralls: Add `COVERALLS_GIT_BRANCH` (#29458)
authorXhmikosR <xhmikosr@gmail.com>
Wed, 2 Oct 2019 19:05:15 +0000 (22:05 +0300)
committerGitHub <noreply@github.com>
Wed, 2 Oct 2019 19:05:15 +0000 (22:05 +0300)
Without this, coveralls didn't receive the branch info thus leading to failures when we switched branches.

.github/workflows/test.yml

index 6108fd183837f30c095652da0cb76a8cae5e3d09..27739bf86cc2f4bf859699b78a97d122d4381c22 100644 (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 }}"