job names, json path

This commit is contained in:
Ulf Gebhardt 2025-02-26 03:35:57 +01:00
parent 5c206da7fb
commit 3c31902b90
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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