Skip to content

Commit

Permalink
chore: check coverage in all packages in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Oct 26, 2024
1 parent cdb0b13 commit 09b6bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Run tests
run: go test -coverprofile coverage.txt -v ./...
run: go test -coverprofile coverage.txt -coverpkg ./... -v ./...
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 09b6bfb

Please sign in to comment.