Skip to content

Commit

Permalink
ci: upload test coverage to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Jan 4, 2024
1 parent 1517c48 commit f6dd4c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
- name: Run tests
run: |
go vet ./...
go test $(go list ./... | grep -v e2e) -v
go test -v -race -coverprofile=coverage.txt $(go list ./... | grep -v e2e)
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

deploy-manifests:
name: Check deployment manifests
Expand Down

0 comments on commit f6dd4c3

Please sign in to comment.