Skip to content

Commit

Permalink
devops: add -coverpkg=./... to tests
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kungla <marko@mkungla.dev>
  • Loading branch information
mkungla committed Nov 21, 2023
1 parent 8d88d4e commit 365298c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Run tests and generate coverage report
run: |
go test -v -coverprofile=coverage.out ./...
go test -coverpkg=./... -coverprofile=coverage.out ./...
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 365298c

Please sign in to comment.