Skip to content

Commit

Permalink
set -coverpkg in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonboom committed Sep 7, 2023
1 parent 600ec56 commit 017cefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
go-version: ^1.21
- uses: actions/checkout@v3
- run: go test -coverprofile=coverage.out ./...
- run: go test -coverpkg=./analyzer,./internal/analysisutil,./internal/checkers,./internal/config -coverprofile=coverage.out ./...
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.out

0 comments on commit 017cefa

Please sign in to comment.