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

Remove CodeCoverageAnnotationIgnorer #1517

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    fafddf4 View commit details
    Browse the repository at this point in the history
  2. cs

    sanmai committed May 4, 2021
    Configuration menu
    Copy the full SHA
    f7515ae View commit details
    Browse the repository at this point in the history
  3. Ensure we ignore stuff on class level too

    Without annotation:
    
        4 mutations were generated:
           3 mutants were killed
           0 mutants were not covered by tests
           1 covered mutants were not detected
    
    With annotation:
    
        2 mutations were generated:
           2 mutants were killed
           0 mutants were not covered by tests
           0 covered mutants were not detected
    sanmai committed May 4, 2021
    Configuration menu
    Copy the full SHA
    3c3fb47 View commit details
    Browse the repository at this point in the history