Skip to content

Commit

Permalink
Merge pull request #12 from inaciogu/chore/coverage-workflow-adjustments
Browse files Browse the repository at this point in the history
chore: add build step
  • Loading branch information
inaciogu committed Jan 10, 2024
2 parents 3e123b6 + 7fc0aff commit 3fed203
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
go-version: 1.21.x
- name: Install Dependencies
run: go get ./...
- name: Build
run: go build -v ./...
- name: Report Coverage
uses: paambaati/codeclimate-action@v3.2.0
with:
Expand Down

0 comments on commit 3fed203

Please sign in to comment.