From 9ce6c7e200887fe9c46c611b2b683a1571e13493 Mon Sep 17 00:00:00 2001 From: Thomas Dashney Date: Thu, 5 Mar 2020 10:21:46 -0500 Subject: [PATCH] fix coverage report --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c144148..309da75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: if: github.event_name == 'pull_request' - name: Set ENV for codeclimate (push) run: | - echo "::set-env name=GIT_BRANCH::$GITHUB_REF" + echo "::set-env name=GIT_BRANCH::${GITHUB_REF##*/}" echo "::set-env name=GIT_COMMIT_SHA::$GITHUB_SHA" if: github.event_name == 'push' - name: Code Climate Test Reporter