Skip to content

Commit

Permalink
Merge pull request #1069 from fmuyassarov/codecov
Browse files Browse the repository at this point in the history
test: add code coverage reporting
  • Loading branch information
k8s-ci-robot authored Mar 7, 2023
2 parents f84e05e + 82b388f commit 9e55028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ helm-lint:
helm lint --strict deployment/helm/node-feature-discovery/

test:
$(GO_CMD) test ./cmd/... ./pkg/... ./source/...
$(GO_CMD) test -covermode=atomic -coverprofile=coverage.out ./cmd/... ./pkg/... ./source/...

e2e-test:
@if [ -z ${KUBECONFIG} ]; then echo "[ERR] KUBECONFIG missing, must be defined"; exit 1; fi
Expand Down

0 comments on commit 9e55028

Please sign in to comment.