Make it super-easy to collect code coverage for test suite #545
Labels
kind: enhancement
Label for issues suggesting enhancements; and for pull requests implementing enhancements
topic: tests
issues or PRs related to tests
We should make it super easy to compute code coverage results for the test suite. E.g. there could be a
make
targetcoverage
, or perhapscov-testinstall
andcov-testandard
, and thes would start GAP with the right options, run the selected test suite, dump everything into a specific place, runprofiling
on it to create HTML, and finally tell the user where theindex.html
is.The text was updated successfully, but these errors were encountered: