Skip to content

Commit

Permalink
ci: Improved codecov for pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Jul 6, 2024
1 parent c86aa3b commit f08e645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Run tests with coverage
run: |
go test -coverprofile=coverage.txt -covermode=atomic -coverpkg=./pkg/... ./tests/unit/checker_test.go ./tests/unit/config_test.go ./tests/unit/version_test.go
go test -coverprofile=coverage.txt -covermode=atomic -coverpkg=./pkg/... ./tests/unit/...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.0.1
Expand Down

0 comments on commit f08e645

Please sign in to comment.