Skip to content

Bump paambaati/codeclimate-action from 4.0.0 to 5.0.0 #602

Bump paambaati/codeclimate-action from 4.0.0 to 5.0.0

Bump paambaati/codeclimate-action from 4.0.0 to 5.0.0 #602

Workflow file for this run

name: Coverage with CodeClimate
on: [push, pull_request]
jobs:
codeclimate-report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20 '
- run: go build
- uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: f4c78effd3a10a5a45239e6886b35f42475467ad53f09a01002feeb04eb92d5b
with:
coverageCommand: go test ./... -coverprofile c.out
prefix: github.com/toshimaru/nyan