wasefire
wasefire copied to clipboard
Mutation testing
trafficstars
We could use cargo mutants to check our tests coverage, both in PRs (on the diff to be fast) and on the whole project on push main or schedule only (if doing it for each push is too slow).