Skip to content

change: refine jwt handling (breaking change) (#295) #84

change: refine jwt handling (breaking change) (#295)

change: refine jwt handling (breaking change) (#295) #84

Workflow file for this run

name: Codecov
on:
push:
branches:
- main
pull_request:
jobs:
test-coverage:
name: Test Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: ./.github/actions/go-setup
- name: Run tests with coverage
run: make test-codecov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v7
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true