Skip to content

Merge pull request #157 from danielgtaylor/autopatch-fixes #407

Merge pull request #157 from danielgtaylor/autopatch-fixes

Merge pull request #157 from danielgtaylor/autopatch-fixes #407

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Build & Test
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: "1.20"
- run: go test -coverprofile=coverage.txt -covermode=atomic ./...
- uses: codecov/codecov-action@v1