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

Adding metrics for code coverage #545

Merged
merged 6 commits into from
Sep 3, 2023
Merged

Adding metrics for code coverage #545

merged 6 commits into from
Sep 3, 2023

Commits on Aug 27, 2023

  1. Base implementation

    waschndolos committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    5b87572 View commit details
    Browse the repository at this point in the history
  2. Need to update to latest LTS because of new dependency

    waschndolos committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    02567d0 View commit details
    Browse the repository at this point in the history
  3. Implementing CodeCoverageCollector

    waschndolos committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    fbf9ba6 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Fixing calculation of coverage metrics

    waschndolos committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    5e345b1 View commit details
    Browse the repository at this point in the history
  2. Adding Tests

    waschndolos committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    ba00cd5 View commit details
    Browse the repository at this point in the history
  3. Removing unnecessary constructor call

    waschndolos committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    b0d31cf View commit details
    Browse the repository at this point in the history