Skip to content

build(deps): bump github.com/m-lab/locate from 0.18.0 to 0.19.1 in the gomod-minor-patch group #130

build(deps): bump github.com/m-lab/locate from 0.18.0 to 0.19.1 in the gomod-minor-patch group

build(deps): bump github.com/m-lab/locate from 0.18.0 to 0.19.1 in the gomod-minor-patch group #130

Workflow file for this run

# Run tests and compute code coverage
name: coverage
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v6
with:
go-version: "1.24"
- uses: actions/checkout@v6
- 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