Skip to content

Bump codecov/codecov-action from 4 to 5 #76

Bump codecov/codecov-action from 4 to 5

Bump codecov/codecov-action from 4 to 5 #76

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container:
image: golang
steps:
- uses: actions/checkout@v4
- run: go build
- uses: golangci/golangci-lint-action@v6
- run: go test -covermode atomic -coverprofile coverage.txt
- uses: codecov/codecov-action@v5
- run: go test -bench .