Skip to content

Merge pull request #7 from sixcolors/dependabot/docker/golang-1.21 #13

Merge pull request #7 from sixcolors/dependabot/docker/golang-1.21

Merge pull request #7 from sixcolors/dependabot/docker/golang-1.21 #13

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