Skip to content

Commit 9ce6c7e

Browse files
author
Thomas Dashney
committed
fix coverage report
1 parent a6b6cfc commit 9ce6c7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: github.event_name == 'pull_request'
3434
- name: Set ENV for codeclimate (push)
3535
run: |
36-
echo "::set-env name=GIT_BRANCH::$GITHUB_REF"
36+
echo "::set-env name=GIT_BRANCH::${GITHUB_REF##*/}"
3737
echo "::set-env name=GIT_COMMIT_SHA::$GITHUB_SHA"
3838
if: github.event_name == 'push'
3939
- name: Code Climate Test Reporter

0 commit comments

Comments
 (0)