From 55302b37ae8ef808cb0415da5fbef5b7ba296136 Mon Sep 17 00:00:00 2001 From: Stijnvandenbroek Date: Wed, 11 Mar 2026 13:07:50 +0000 Subject: [PATCH] fix: coverage path --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72df041..507d895 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,6 +89,7 @@ jobs: with: source: coverage.json output: badge/coverage-badge.svg + jsonPath: totals.percent_covered - name: Deploy coverage badge if: github.ref == 'refs/heads/main'