Skip to content

Commit

Permalink
chore: update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
inaciogu committed Jan 10, 2024
1 parent 7fc0aff commit 37cd489
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ on:
branches:
- main

env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
Expand All @@ -22,7 +19,9 @@ jobs:
- name: Build
run: go build -v ./...
- name: Report Coverage
uses: paambaati/codeclimate-action@v3.2.0
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: go test -coverprofile=c.out ./...
debug: true
Expand Down

0 comments on commit 37cd489

Please sign in to comment.