Skip to content

build(github-actions): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 #15

build(github-actions): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0

build(github-actions): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 #15

Workflow file for this run

on: ["push", "pull_request"]
name: Coverage
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
check-latest: true
- run: go test -v -coverprofile=profile.cov ./...
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov