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 133072f commit 43f53e0
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 @@ -22,8 +22,8 @@ jobs:
run: npm install

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

- name: Upload Coverage Results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 43f53e0

Please sign in to comment.