Skip to content

Commit

Permalink
chore: added jest coverage setup - added file directory
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 committed Apr 15, 2024
1 parent 831d2a0 commit 0bbe3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
run: cd frontend && yarn install

- name: Run Jest with Coverage
run: cd frontend && npm test --coverage
run: cd frontend && npm jest --coverage

- name: Upload Coverage Results
uses: actions/upload-artifact@v2
with:
name: coverage
path: coverage # Adjust this path according to your coverage report location
path: coverage

- name: Display Coverage Summary
run: |
Expand Down

0 comments on commit 0bbe3f3

Please sign in to comment.