mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
job names, json path
This commit is contained in:
parent
5c206da7fb
commit
3c31902b90
6
.github/workflows/deploy.docs.yml
vendored
6
.github/workflows/deploy.docs.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user