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 60e1990 commit 133072f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npm install

- name: Run Jest with Coverage
working-directory: frontend/package.json
working-directory: signoz/frontend/package.json
run: npm test -- --coverage

- name: Upload Coverage Results
Expand Down

0 comments on commit 133072f

Please sign in to comment.