Skip to content

Merge pull request #24 from linehk/dependabot/go_modules/golang.org/x… #9

Merge pull request #24 from linehk/dependabot/go_modules/golang.org/x…

Merge pull request #24 from linehk/dependabot/go_modules/golang.org/x… #9

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest']
go: ['1.12']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- run:
go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
- uses: codecov/codecov-action@v2
with:
file: ./coverage.txt
verbose: true