Skip to content

chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 #113

chore(deps): bump actions/checkout from 4.2.2 to 5.0.0

chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 #113

Workflow file for this run

name: coverage
on: push
permissions:
contents: read
jobs:
coverage:
runs-on: ubuntu-latest
name: Go test coverage
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: "stable"
- run: go test -coverprofile=coverage.txt -covermode=atomic
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3