Skip to content

Merge pull request #33 from mroth/dependabot/github_actions/actions/s… #99

Merge pull request #33 from mroth/dependabot/github_actions/actions/s…

Merge pull request #33 from mroth/dependabot/github_actions/actions/s… #99

Workflow file for this run

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