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

Git workflow: Check missing tests #106

Merged
merged 1 commit into from
Oct 8, 2024

Commits on Oct 8, 2024

  1. New step in git workflow: check missing tests

    Test coverage by itself does not detect if there is not a single test for a file and does not include it in the test coverage statistics.
    
    This extra step in the Git workflow ensures that there is at least one test for every modified file.
    
    Signed-off-by: Zoltan Magyari <[email protected]>
    Zoltan Magyari committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    833443b View commit details
    Browse the repository at this point in the history