From 3c31902b90ab77f6df34d5bf6a04ed6e6062bbb2 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 26 Feb 2025 03:35:57 +0100 Subject: [PATCH] job names, json path --- .github/workflows/deploy.docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.docs.yml b/.github/workflows/deploy.docs.yml index 91c5893d..20eee4dd 100644 --- a/.github/workflows/deploy.docs.yml +++ b/.github/workflows/deploy.docs.yml @@ -27,18 +27,18 @@ jobs: run: npm run docs:generate working-directory: ./ - - name: Generate coverage Badge + - name: Generate coverage id: coverage run: npm run test:unit - - name: Create Coverage Badges + - name: Create coverage badges id: coverage-badge uses: jaywcjlove/coverage-badges-cli@main with: style: flat source: coverage/coverage-summary.json output: docs/test-coverage.svg - jsonPath: total.pct + jsonPath: total.lines.pct - name: Upload static files as artifact id: deployment