Skip to content

Conversation

@nickolas-deboom
Copy link
Contributor

@nickolas-deboom nickolas-deboom commented Jan 15, 2026

This adds an optional argument to the run_driver_tests.py script, which when passed generates HTML coverage reports for the files specified by the --coverage argument. I've found these pretty useful for spotting gaps in code coverage during development.

I've found it particularly useful to use this in a run configuration in my IDE for running run_driver_tests.py, with something like this for the script parameters:

 --filter $FilePrompt$ --coverage $FilePrompt$ --html

This adds an optional argument to the run_driver_tests.py script, which
when passed generates HTML coverage reports for the files specified
by the --coverage argument. These are handy for opening up in a browser
or previewing in an IDE to help spot gaps in line coverage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants