Skip to content

Commit

Permalink
ci: upload test coverage to Codecov (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola authored Jan 5, 2024
1 parent ee8fec4 commit af4f4ab
Show file tree
Hide file tree
Showing 2 changed files with 5 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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Container Storage Interface driver for Hetzner Cloud

[![GitHub Actions status](https://github.com/hetznercloud/csi-driver/workflows/Run%20tests/badge.svg)](https://github.com/hetznercloud/csi-driver/actions)
[![codecov](https://codecov.io/github/hetznercloud/csi-driver/graph/badge.svg?token=OHFN24A0sR)](https://codecov.io/github/hetznercloud/csi-driver/tree/main)

This is a [Container Storage Interface](https://github.com/container-storage-interface/spec) driver for Hetzner Cloud
enabling you to use ReadWriteOnce Volumes within Kubernetes & other Container
Expand Down

0 comments on commit af4f4ab

Please sign in to comment.