Skip to content

chore(deps): bump github.com/gorilla/schema from 1.2.0 to 1.4.1 (#40) #107

chore(deps): bump github.com/gorilla/schema from 1.2.0 to 1.4.1 (#40)

chore(deps): bump github.com/gorilla/schema from 1.2.0 to 1.4.1 (#40) #107

Workflow file for this run

name: Codecov
on: [push,pull_request]
jobs:
codecov:
name: Codecov
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.17'
check-latest: true
- name: Generate coverage report
run: go test --race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt