Skip to content

build(deps): bump github.com/rs/cors from 1.10.1 to 1.11.0 in the go-modules group #164

build(deps): bump github.com/rs/cors from 1.10.1 to 1.11.0 in the go-modules group

build(deps): bump github.com/rs/cors from 1.10.1 to 1.11.0 in the go-modules group #164

Workflow file for this run

name: Codecov
on:
push:
branches:
- master
pull_request:
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Install dependencies
run: go mod tidy
- name: Run tests with coverage
run: go test -v -coverprofile="coverage.out" ./...
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4
with:
file: ./coverage.out
token: ${{ secrets.CODECOV }}