Skip to content

Commit

Permalink
chore: install coverage dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Jul 25, 2021
1 parent f8c22fb commit 6945372
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: "^1.16"
- name: Install Dependencies
run: sudo apt-get update && sudo apt-get -u install libpcsclite-dev
- name: Calculate coverage
run: go test -v -covermode=count -coverprofile=coverage.out ./...
- name: Convert coverage to lcov
Expand Down

0 comments on commit 6945372

Please sign in to comment.