Introduce basic incremental mutation testing
authorDuncan Dean <git@dunxen.dev>
Thu, 30 Nov 2023 11:31:24 +0000 (13:31 +0200)
committerDuncan Dean <git@dunxen.dev>
Sun, 30 Jun 2024 15:25:56 +0000 (17:25 +0200)
commitc42699d1af7d3b4ef15743dfb6bc5bec878fc2eb
tree4f3a1daf77fa7d4e3002dc40f3809fec40e13480
parent3ccf06416091e107f443ee92027501105c48054b
Introduce basic incremental mutation testing

We introduce a CI job for mutation testing of PR diffs using cargo-mutants.
Missed cases do not trigger a fail of this job yet as we just introduce it
now for visibility. We may start enforcing stricter rules at a later stage.
.github/workflows/build.yml