Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vstarostin committed Jul 6, 2023
1 parent 683c5fd commit 7176976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: steps.cc_reporter_id.outputs.cc_reporter_id != null
uses: paambaati/codeclimate-action@v4
env:
CC_TEST_REPORTER_ID: ${{ steps.cc_reporter_id.output.cc_reporter_id }}
CC_TEST_REPORTER_ID: ${{ steps.cc_reporter_id.outputs.cc_reporter_id }}
with:
coverageCommand: go test -tags=unit ./... -coverprofile cover.out
coverageLocations: cover.out:gocov
Expand Down

0 comments on commit 7176976

Please sign in to comment.