Skip to content

build(deps): bump github.com/go-chi/httprate from 0.12.1 to 0.14.1 #576

build(deps): bump github.com/go-chi/httprate from 0.12.1 to 0.14.1

build(deps): bump github.com/go-chi/httprate from 0.12.1 to 0.14.1 #576

Workflow file for this run

name: Tests and Coverage
on: [push, pull_request]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions/setup-go@v4
with:
go-version: 1.22.4
- name: Run coverage
run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}