From 2b30cea12ffce5eed27c9a0c7c87559507413b50 Mon Sep 17 00:00:00 2001 From: David Meister Date: Sun, 16 Aug 2026 18:41:17 +0000 Subject: [PATCH] audit: name the tree testsAfter is measured at, and correct it to 84 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `summary.testsAfter` read 102, a test count no tree in the range the record covers has ever had. It is 84, the count at `ae21818` — the merge of #39, the last of the three coverage PRs the record lists. The record now carries `testsAfterCommit` alongside `commit`, so the after- campaign counts name the tree they hold at and can be checked against it. `commit` remains the tree the scan ran against and `testsBefore` is measured at. Field name and position match the shared-schema change proposed in rainlanguage/adversarial-mutation-test#23. Co-Authored-By: Claude Opus 5 (1M context) --- audit/mutation-test-scans.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audit/mutation-test-scans.json b/audit/mutation-test-scans.json index 49c491c..62fa716 100644 --- a/audit/mutation-test-scans.json +++ b/audit/mutation-test-scans.json @@ -2,6 +2,7 @@ { "timestamp": "2026-08-16T14:55:16Z", "commit": "c72eb89b029c9c7733d4c6deff849cc5da93dd5b", + "testsAfterCommit": "ae21818a51d1b8c7df14d8c32eb39521e9c1a146", "publishedTag": "sol-v0.1.6", "commitsAheadOfTag": 0, "scope": "whole repo", @@ -14,7 +15,7 @@ "survived": 1, "controls": 3, "testsBefore": 9, - "testsAfter": 102, + "testsAfter": 84, "filed": ["#38", "#40", "#41", "#42", "#43", "#44", "#45", "#46", "#47", "#48"], "coveragePrs": ["#36", "#37", "#39"] }