Skip to content

Commit

Permalink
debt: fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
clok committed Jul 17, 2020
1 parent 53bee7c commit 997d70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Calc coverage
run: |
export PATH=$PATH:$(go env GOPATH)/bin
go test -v -covermode=count -coverprofile=coverage.out
go test -v -covermode=count -coverprofile=coverage.out -run ^Test_
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1.0.0
with:
Expand Down

0 comments on commit 997d70b

Please sign in to comment.