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
I've been looking into mutation testing for https://github.com/lightningdevkit/rust-lightning and came across https://github.com/sourcefrog/cargo-mutants which has the advantage of not requiring any actual changes to the source code we need to make. I would not enable it in CI for every PR in general. I'll have to check how long it takes to run on this project. Maybe it is feasible. But if not, then maybe just on merge/scheduled runs.
The text was updated successfully, but these errors were encountered:
I've been looking into mutation testing for https://github.com/lightningdevkit/rust-lightning and came across https://github.com/sourcefrog/cargo-mutants which has the advantage of not requiring any actual changes to the source code we need to make. I would not enable it in CI for every PR in general. I'll have to check how long it takes to run on this project. Maybe it is feasible. But if not, then maybe just on merge/scheduled runs.
The text was updated successfully, but these errors were encountered: