Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First attempt to support test coverage using the testcover package #494

Merged
merged 2 commits into from
Apr 1, 2024

Conversation

matsl
Copy link
Collaborator

@matsl matsl commented Mar 22, 2024

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.

@matsl matsl requested a review from rswgnu March 22, 2024 23:56
@matsl matsl force-pushed the first-stab-at-coverage-support branch from 7a38a80 to e692a88 Compare March 31, 2024 21:05
@matsl matsl force-pushed the first-stab-at-coverage-support branch from e692a88 to 4d73c57 Compare March 31, 2024 22:17
@matsl matsl merged commit cf3d17b into master Apr 1, 2024
4 checks passed
@matsl matsl deleted the first-stab-at-coverage-support branch April 1, 2024 15:19
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.

None yet

2 participants