Skip to content

fix readme

fix readme #10

Workflow file for this run

on: ["push", "pull_request"]
name: Test Coverage
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.15"
- name: Run tests and calculate coverage
run: make cover-test
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v2
with:
file: ./coverage.out