Automate test coverage #450
Labels
gapsagedays2016
Issues and PRs that arose at https://www.gapdays.de/gap-sage-days2016
kind: enhancement
Label for issues suggesting enhancements; and for pull requests implementing enhancements
topic: tests
issues or PRs related to tests
A very nice enhancement in the Continuous Integration framework would be to automatically check what proportion of the changed lines in a pull request get tested by the standard tests and to report on which ones.
It probably needs too many tests run to be done as part of the automatic testing on every commit that we have now, but maybe it could be done nightly or weekly, so that long-standing pull requests have this information.
It won't catch all problems, of course, but knowing that all the new code had been tested would add some confidence when deciding whether a commit is ready to merge.
The text was updated successfully, but these errors were encountered: