Skip to content

Commit

Permalink
chore: cover package
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Musat authored and gabotechs committed Dec 24, 2022
1 parent e828d3b commit f5b9204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-go
- name: Test
run: go test -v -covermode=count -coverprofile=.coverage.out ./...
run: go test -v -covermode=count -coverprofile=.coverage.out ./... -coverpkg=./...
- name: Coveralls upload
uses: shogo82148/actions-goveralls@v1
with:
Expand Down

0 comments on commit f5b9204

Please sign in to comment.