-
Notifications
You must be signed in to change notification settings - Fork 19
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
Implement mutant identification in dry-run only mode #2
Comments
k3rn31
added
enhancement
c/feature
Category: An issue or PR related to a new feature
and removed
enhancement
labels
Jun 23, 2022
k3rn31
added a commit
that referenced
this issue
Jun 24, 2022
Signed-off-by: Davide Petilli <[email protected]>
k3rn31
changed the title
Implement mutation identification in dry-run only mode
Implement mutant identification in dry-run only mode
Jun 24, 2022
k3rn31
added a commit
that referenced
this issue
Jun 24, 2022
Signed-off-by: Davide Petilli <[email protected]>
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
Signed-off-by: Davide Petilli <[email protected]>
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
Signed-off-by: Davide Petilli <[email protected]>
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
Signed-off-by: Davide Petilli <[email protected]>
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
Signed-off-by: Davide Petilli <[email protected]>
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
Signed-off-by: Davide Petilli <[email protected]>
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
Signed-off-by: Davide Petilli <[email protected]>
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
Signed-off-by: Davide Petilli <[email protected]>
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
Signed-off-by: Davide Petilli <[email protected]>
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
Signed-off-by: Davide Petilli <[email protected]>
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
k3rn31
added a commit
that referenced
this issue
Jun 26, 2022
k3rn31
added a commit
that referenced
this issue
Jun 26, 2022
k3rn31
added a commit
that referenced
this issue
Jun 26, 2022
Signed-off-by: Davide Petilli <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the first iteration of the "mutation engine" we can concentrate on the identification of the mutants, not yet on applying them.
The expected result is to have a package that gets the coverage profile and analyses the AST of the Go project. Then, it produces a list of mutation candidates marked as covered or not.
The text was updated successfully, but these errors were encountered: