Skip to content

feat: switch from third-party coverage tool to GitHub API #488

feat: switch from third-party coverage tool to GitHub API

feat: switch from third-party coverage tool to GitHub API #488

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
merge_group:
types:
- checks_requested
permissions: {}
jobs:
test-go:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version: stable
- run: go test -v ./...