From a9d1a04d80e6fd2be19ed13149f06016a24377c8 Mon Sep 17 00:00:00 2001 From: ahmdkaml Date: Sun, 16 Aug 2026 18:17:34 +0300 Subject: [PATCH] Add test coverage reporting --- .github/workflows/audits.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/audits.yml b/.github/workflows/audits.yml index cc2e910..310c832 100644 --- a/.github/workflows/audits.yml +++ b/.github/workflows/audits.yml @@ -120,6 +120,10 @@ jobs: - name: Run profiler tests run: make test + + - name: Report test coverage + run: make coverage + continue-on-error: true - name: Smoke-test the CLI run: |