Skip to content

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the go group #127

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the go group

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the go group #127

Workflow file for this run

name: Test
permissions:
contents: read
on:
push:
branches:
- main
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
with:
fetch-depth: 0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version: 1.21.x
- name: test
run: make cover
- name: Upload coverage
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt