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 part of #5343: Implement script to run code coverage for a specific file #5432

Commits on Jun 18, 2024

  1. Introduce new script RunCoverage.kt to later take in source filename …

    …instead of test target
    Rd4dev committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1ffc83d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    d817c85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f1be37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e78d1a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Seperated logic as class and functions, introduced test file with set…

    …up and one test case for exemption test
    Rd4dev committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    cc5e981 View commit details
    Browse the repository at this point in the history
  2. Added tests for findTestFile()

    Rd4dev committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5075a1a View commit details
    Browse the repository at this point in the history
  3. Added tests case for RunCoverage to check execution of coverage and f…

    …ixed other test cases with appropriate testFileName implementation
    Rd4dev committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    fdaf9cb View commit details
    Browse the repository at this point in the history
  4. Cleanup of RunCoverageTest

    Rd4dev committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8e28f1d View commit details
    Browse the repository at this point in the history