mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
Add codecov integration
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -19,6 +19,8 @@ jobs:
|
|||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
run: |
|
run: |
|
||||||
go test -v -race ./... -covermode=atomic # Run all the tests with the race detector enabled
|
go test -v -race ./... -covermode=atomic # Run all the tests with the race detector enabled
|
||||||
|
- name: Upload coverage reports to Codecov
|
||||||
|
uses: codecov/codecov-action@v3
|
||||||
- name: Static analysis
|
- name: Static analysis
|
||||||
run: |
|
run: |
|
||||||
go vet ./... # go vet is the official Go static analyzer
|
go vet ./... # go vet is the official Go static analyzer
|
||||||
|
|||||||
Reference in New Issue
Block a user