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

Code cov in if statements #254

Conversation

chrisdp
Copy link
Collaborator

@chrisdp chrisdp commented Jan 18, 2024

requires #253

Fixed a few issues with code coverage and improves performance. Especially when logging the results.

Example of the speed improvements on a very large clients app.

Before

reportCodeCoverage() 23031ms

After

reportCodeCoverage() 203ms

Also saw the cost of tracking coverage drop by around 2 seconds per run on a full pass of tests.

@chrisdp chrisdp changed the base branch from master to code-cov-in-if-statements January 22, 2024 16:51
@chrisdp chrisdp marked this pull request as ready for review January 22, 2024 16:51
@chrisdp chrisdp merged commit 3ab269f into rokucommunity:code-cov-in-if-statements Jan 22, 2024
4 checks passed
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