From 1ead1f293fdcbddd161c10f041dfcb623b9874e9 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 12 May 2026 09:37:50 +0200 Subject: [PATCH] ci(coverage): document that birpc guard covers coverage run only Adds a comment above the assertion step so a future developer diagnosing a birpc-related failure in `npm test` knows where to find the diagnostic. Addresses Sara Holt + Tobias Wendt round-4 observation on PR #536. Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index cac50b86..0b27866c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -45,6 +45,8 @@ jobs: env: TZ: Europe/Berlin + # Diagnostic guard: covers the coverage run only. If `npm test` (above) + # exits 1 with a birpc error, the named pattern appears here — not there. - name: Assert no birpc teardown race in coverage run shell: bash if: always()