Skip to content

Commit

Permalink
[-] ignore cmd and extensions from coverage (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnkamalesh authored Oct 20, 2024
1 parent 5db2b6b commit d5f0d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Tests
run: |
go install github.com/mattn/goveralls@latest
go test -covermode atomic -coverprofile=covprofile ./...
go test -covermode atomic -coverprofile=covprofile $(go list ./... | grep -v /cmd | grep -v /extensions/)
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
Expand Down

0 comments on commit d5f0d05

Please sign in to comment.