Remove go tool cover usage from inside .ci/test-unit #88
Labels
area/control-plane
Control plane related
area/dev-productivity
Developer productivity related (how to improve development)
kind/bug
Bug
kind/cleanup
Something that is not needed anymore and can be cleaned up
priority/3
Priority (lower number equals higher priority)
How to categorize this issue?
/area control-plane
/area dev-productivity
/kind cleanup
/priority 3
What happened:
go tool cover
is defined in.ci/test-unit
where as the actual test run insidehack/test.sh
. Thehack/test.sh
has been changed and it does no longer create a coverage report as the tests are divided into 3 sets and run sequentially one after the other. Reason is kubernetes-sigs/controller-runtime#1363What you expected to happen:
Remove call to
go tool cover
from .ci/test-unitThe text was updated successfully, but these errors were encountered: