Skip to content

Commit

Permalink
fix coverage reporting
Browse files Browse the repository at this point in the history
Report the correct reference to CodeClimate, as found and fixed initially in pylhc/submitter#17
  • Loading branch information
fsoubelet committed Jun 9, 2021
1 parent 5e42b02 commit b4edd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Set up env for CodeClimate (push)
run: |
echo "GIT_BRANCH=$GITHUB_REF" >> $GITHUB_ENV
echo "GIT_BRANCH=${GITHUB_REF/refs\/heads\//}" >> $GITHUB_ENV
echo "GIT_COMMIT_SHA=$GITHUB_SHA" >> $GITHUB_ENV
if: github.event_name == 'push'

Expand Down

0 comments on commit b4edd0b

Please sign in to comment.