This PR adds test coverage collection & reporting during a CI build as well as locally runnable test scripts (test.cmd/test.sh). When the test script finishes running, a summary as follows is printed:
The script generates detailed HTML report of the the code coverage into etc/coverage and the CI build publishes it as a downloadable artifact. Another online browsable report should also be available on Codecov.
This PR adds test coverage collection & reporting during a CI build as well as locally runnable test scripts (
test.cmd
/test.sh
). When the test script finishes running, a summary as follows is printed:The script generates detailed HTML report of the the code coverage into
etc/coverage
and the CI build publishes it as a downloadable artifact. Another online browsable report should also be available on Codecov.