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