Skip to content

Commit

Permalink
ci: fix coveralls report
Browse files Browse the repository at this point in the history
  • Loading branch information
niloofar-deriv committed Jun 4, 2024
1 parent 3efa16e commit f480176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Test
run: JEST_MAX_WORKERS=95% npm run test:jest -- --collectCoverage
run: npm run test -- --coverage
- name: Coveralls
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949

0 comments on commit f480176

Please sign in to comment.