Skip to content

Merge pull request #8 from tomahzo/master #8

Merge pull request #8 from tomahzo/master

Merge pull request #8 from tomahzo/master #8

Workflow file for this run

name: Test and coverage
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: actions/setup-go@v2
with:
go-version: '1.16'
- name: Run CI
run: make ci
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v1