Skip to content

Commit

Permalink
changed the directory of file
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubh942 committed Jun 30, 2024
1 parent 832fc20 commit e54b85d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/run-test-for-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,14 @@ jobs:
cd webapp
npm install
- name: Run npm tests
- name: Run npm tests with coverage
run: |
cd webapp
npx vitest --coverage.enabled true
- name: "Report Coverage"
- 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 e54b85d

Please sign in to comment.