Skip to content

ci: Set fetch-depth: 0 for release #612

ci: Set fetch-depth: 0 for release

ci: Set fetch-depth: 0 for release #612

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@v4.0.0
env:
CC_TEST_REPORTER_ID: f4c78effd3a10a5a45239e6886b35f42475467ad53f09a01002feeb04eb92d5b
with:
coverageCommand: go test ./... -coverprofile c.out
prefix: github.com/toshimaru/nyan