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

Bugfix/codecoverage missing expected lines #271

Merged
merged 4 commits into from
Feb 10, 2024

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

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    82e088e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e70273e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffdc3ca View commit details
    Browse the repository at this point in the history