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

Mutation testing - logger tracking missing/timeout/unviable tests #4179

Closed
wants to merge 13 commits into from

Commits on Nov 24, 2023

  1. feat: mutation testing initial integration

    - dockerfile and shell script for specific packages
    - ci.yml for diff on packages on PR
    ASuciuX committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    8370213 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06d68b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c5a75c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    19f56ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3caebb View commit details
    Browse the repository at this point in the history
  3. Update mutants-testing-general.sh

    Co-authored-by: jbencin <[email protected]>
    ASuciuX and jbencin committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e41e89a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. feat: renamed mod to lib.rs

    ASuciuX committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b1649a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    32aa967 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. feat: modular mutations on shell

    - runs for modified files & created files
    - has to be run before committing the changes
    ```
    cd mutation-testing/scripts
    sh git-diff.sh
    ```
    ASuciuX committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    92b4e23 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    5387f44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bf76dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9616e07 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    53cc9c4 View commit details
    Browse the repository at this point in the history