Skip to content

Commit

Permalink
ci/codeclimate: removed coverageLocations workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre committed Dec 10, 2020
1 parent b3c819c commit 5f546dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,4 @@ jobs:
CC_TEST_REPORTER_ID: 286fd24e272c97116860791b9c4ed636092663dc665a6608c8aaa625e9c46b1b
with:
coverageCommand: go test -coverprofile=c.out ./...
coverageLocations: "${{ github.workspace }}/c.out:gocov" # Can be removed when https://github.com/paambaati/codeclimate-action/issues/265 is fixed
prefix: ${{ env.CC_PREFIX }} # CC will strip this from the test report, leading to the correct file path

0 comments on commit 5f546dc

Please sign in to comment.