Skip to content

changelog: backfill entries and prepare for new patch release #196

changelog: backfill entries and prepare for new patch release

changelog: backfill entries and prepare for new patch release #196

Workflow file for this run

# .github/workflows/test.yaml
on: [push, pull_request]
name: test
jobs:
test:
strategy:
matrix:
go-version: [1.24.x, 1.25.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v7
- run: make test_cover
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v7
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: dnaeon/go-vcr