Fix workflow

This commit is contained in:
yuin 2019-11-18 15:25:17 +09:00
parent 66a1061d96
commit d51543d817

View file

@ -16,9 +16,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v1
- name: Run tests
run: |
export PATH=$PATH:$(go env GOPATH)/bin
go test -v ./... -covermode=count -coverprofile=coverage.out
run: go test -v ./... -covermode=count -coverprofile=coverage.out
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1.0.0
if: "matrix.platform == 'ubuntu-latest'"