Skip to content

Commit

Permalink
Merge pull request #72 from smlx/coverage
Browse files Browse the repository at this point in the history
chore: correctly calculate coverage
  • Loading branch information
smlx authored Oct 13, 2021
2 parents 17be4ff + f33ae51 commit c2108e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- 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 ./...
run: go test -v -covermode=count -coverprofile=coverage.out -coverpkg=./... ./...
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1.0.8
- name: Coveralls
Expand Down

0 comments on commit c2108e3

Please sign in to comment.