Skip to content

Commit

Permalink
change coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Feb 11, 2024
1 parent 35a10b8 commit 19a07b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
only-new-issues: true
skip-cache: true
- name: Run Go unit tests
run: go test -v -coverpkg=all -race -timeout 3m -coverprofile=coverage.out ./...
run: go test -v -coverpkg=./... -race -timeout 3m -coverprofile=coverage.out ./...
- name: Go coverage format
if: ${{ github.event_name == 'pull_request' }}
run: |
Expand Down

0 comments on commit 19a07b2

Please sign in to comment.