Skip to content

chore(ci): add go1.21 to default test matrix #93

chore(ci): add go1.21 to default test matrix

chore(ci): add go1.21 to default test matrix #93

Workflow file for this run

name: coverage
on: push
jobs:
coverage:
runs-on: ubuntu-latest
name: Go test coverage
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "stable"
- run: go test -coverprofile=coverage.txt -covermode=atomic
- uses: codecov/codecov-action@v3