You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mutation Testing is a technique of evaluating the effectiveness of a series of tests by introducing small changes to the code (mutations) and checking if the tests can detect these small changes.
They are useful because they can show which functions are not tested properly and tell that their tests are missing, timing out or simply those functions are unviable to be tested.
The content you are editing has changed. Please copy your edits and refresh the page.
I've added a list with the workflows as I've split this into 2 PRs since the filter-pr could be merged and would be useful as soon as possible and waiting on the other one for the sync to be finished.
Also, i've opened an issue on cargo-mutants related to the fact that custom lib names weren't working for mutants such as libclarity or libsigner. sourcefrog/cargo-mutants#185
Mutation Testing is a technique of evaluating the effectiveness of a series of tests by introducing small changes to the code (mutations) and checking if the tests can detect these small changes.
They are useful because they can show which functions are not tested properly and tell that their tests are missing, timing out or simply those functions are unviable to be tested.
Independent Workflows
The text was updated successfully, but these errors were encountered: