First attempt to support test coverage using the testcover package - #494
Merged
Merged
Conversation
matsl
force-pushed
the
first-stab-at-coverage-support
branch
from
March 31, 2024 21:05
7a38a80 to
e692a88
Compare
matsl
force-pushed
the
first-stab-at-coverage-support
branch
from
March 31, 2024 22:17
e692a88 to
4d73c57
Compare
rswgnu
approved these changes
Mar 31, 2024
rswgnu
reviewed
Dec 30, 2024
Owner
There was a problem hiding this comment.
Did we ever get any data out of this to see what our coverage looks like?
Collaborator
Author
There was a problem hiding this comment.
Yes and no. After implementing it, and looked at how the data looks, we have not used or tested it in practice on any file. It was so long ago, or my memory is so weak, I would have to look at it again to remember how it works.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Add new test file for producing test coverage data. Uses the testcover
package.
Why
It is good to get some feedback how the tests are exercising the code
under test. This PR provides some convenience functions for running
code coverage interactively using the test suite or running it from
the make file.
Note
There seems to be some issues with stability of the tests for the
monitored file. Maybe because of the instrumentation. More experience
needs to be gathered here but it is a first attempt.