Skip to content

chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 #246

chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1

chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 #246

Workflow file for this run

name: Tests
on:
push:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24.3'
- name: Test
run: go test -coverprofile=coverage.txt
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: jkaninda/okapi