Skip to content

Bump github.com/gin-gonic/gin from 1.8.1 to 1.9.1 in /_example/gin #186

Bump github.com/gin-gonic/gin from 1.8.1 to 1.9.1 in /_example/gin

Bump github.com/gin-gonic/gin from 1.8.1 to 1.9.1 in /_example/gin #186

Workflow file for this run

on: [push]
name: Coverage
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
- run: go test -coverprofile=coverage.txt
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false
files: coverage.txt
name: codecov-umbrella
verbose: true