enable test coverage + upload results in workflow by kim-tsao · Pull Request #91 · devfile/library
What does this PR do?
Updated the go test command in the Makefile to include test coverage and report generation. The go.yml was also updated to upload the test coverage report as a workflow artifact. There was a minor fix where the originally command was missing the -v flag and so the details of the test cases (PASS/FAIL) were not being reported
What issues does this PR fix or reference?
Is your PR tested? Consider putting some instruction how to test your changes
I ran the Makefile locally