Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9
-
None
Description
After the PR for the e2e tests the code coverage using codecov is no longer updating the PRs with the results. This has started happening after the changes from PR #130 from YUNIKORN-163
The change is purely this line in the make file:
- new run: go test ./pkg/... -cover -race …
- old run: go test ./... -race
when you run the old run with the ci tests included it fails with a panic.
We need to fix the coverage and or the panic
Attachments
Issue Links
- is broken by
-
YUNIKORN-163 Add initial testing framework code
- Closed
- is cloned by
-
YUNIKORN-311 Code coverage is not updating for the core builds
- Closed