Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubh942 committed Jun 30, 2024
1 parent e54b85d commit 2b7e2c9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/run-test-for-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,3 @@ jobs:
run: |
cd webapp
npx vitest --coverage.enabled true
- name: Report Coverage
if: always()
uses: davelosert/vitest-coverage-report-action@v2
with:
coverage-file: ./coverage/coverage-final.json # Adjust this path as per Vitest output
output-directory: ./webapp # Directory to store the coverage report

0 comments on commit 2b7e2c9

Please sign in to comment.