-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implement mutant identification in dry-run only mode #2
Comments
k3rn31
added a commit
that referenced
this issue
Jun 24, 2022
Signed-off-by: Davide Petilli <davide@petilli.me>
k3rn31
added a commit
that referenced
this issue
Jun 24, 2022
Signed-off-by: Davide Petilli <davide@petilli.me>
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
Signed-off-by: Davide Petilli <davide@petilli.me>
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
Signed-off-by: Davide Petilli <davide@petilli.me>
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
Signed-off-by: Davide Petilli <davide@petilli.me>
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
Signed-off-by: Davide Petilli <davide@petilli.me>
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
Signed-off-by: Davide Petilli <davide@petilli.me>
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
Signed-off-by: Davide Petilli <davide@petilli.me>
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
Signed-off-by: Davide Petilli <davide@petilli.me>
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
Signed-off-by: Davide Petilli <davide@petilli.me>
k3rn31
added a commit
that referenced
this issue
Jun 25, 2022
Signed-off-by: Davide Petilli <davide@petilli.me>
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 <davide@petilli.me>
# for free
to join this conversation on GitHub.
Already have an account?
# 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: