Skip to content

Commit

Permalink
Merge pull request #476 from lifeparticle/add-test-cov-pr-comment
Browse files Browse the repository at this point in the history
update
  • Loading branch information
lifeparticle authored Aug 11, 2024
2 parents 66c7c39 + c8dddf1 commit 7dcab42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: yarn install --immutable

- name: Run Tests
run: npx vitest --coverage.enabled true
run: yarn test:pr

- name: "Report Coverage"
if: always()
Expand Down
1 change: 1 addition & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"test": "vitest",
"test:coverage": "vitest --coverage",
"test:ui": "vitest --ui --coverage.enabled=true",
"test:pr": "vitest --coverage.enabled true",
"coverage:preview": "npx vite preview --outDir ./html",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
Expand Down

0 comments on commit 7dcab42

Please sign in to comment.