Skip to content

chore(deps): bump github.com/prometheus/client_golang from 1.20.2 to … #81

chore(deps): bump github.com/prometheus/client_golang from 1.20.2 to …

chore(deps): bump github.com/prometheus/client_golang from 1.20.2 to … #81

Workflow file for this run

name: Test Coverage
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "GO_VERSION=$(cat .github/workflows/go-version.env | grep GO_VERSION | cut -d '=' -f2)" >> $GITHUB_ENV
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- run: make integration-test
- uses: codecov/[email protected]
with:
file: ./coverage.txt