Skip to content

build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (#45) #86

build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (#45)

build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (#45) #86

Workflow file for this run

name: coverage
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v1
with:
go-version: "1.20"
- uses: actions/checkout@v2
- run: go test -race -v -coverprofile=dash.cov -coverpkg=./... ./...
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: dash.cov
parallel: true
finish:
needs: test
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1
with:
parallel-finished: true