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

Fix missing expected lines in code coverage #269

Commits on Feb 9, 2024

  1. Fix missing expected lines in code coverage

    fixes >100% coverage reporting
    
    - add all `getFuncCallText` to coverageMap recording
    - format `expectedCoverageMap` keys as key:value objects instead of
      arrays to match reporting
    
    Note: this doesn't add full branch tracking, but at least stops the
    incorrect percentage stats
    Sam Heavner committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    bea35b5 View commit details
    Browse the repository at this point in the history