Skip to content

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /src/validation #961

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /src/validation

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /src/validation #961

Workflow file for this run

name: codecov.io
on:
push:
pull_request:
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Runing tests for coverage
run: |
go test -race -coverprofile=coverage.out -covermode=atomic `go list ./... | grep -v vendor/` -v
env:
TIBIADATA_PROXY: ${{ secrets.TIBIADATA_PROXY }}
- name: Uploading coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}