Skip to content

Commit

Permalink
Merge pull request #38 from smlx/coverage-deps
Browse files Browse the repository at this point in the history
chore: install coverage dependencies in CI
  • Loading branch information
smlx authored Jul 25, 2021
2 parents f8c22fb + 6945372 commit 51da9b7
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 51da9b7

Please sign in to comment.