Skip to content

Commit

Permalink
use report.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rylew1 committed Apr 25, 2024
1 parent b841db1 commit 978f187
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,14 @@ jobs:
- run: npm run test -- --testLocationInResults --json --outputFile=coverage/report.json
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
coverage-file: coverage/coverage-final.json
coverage-file: coverage/report.json
test-script: npm test
working-directory: ./frontend
annotations: failed-tests
package-manager: npm
icons: emoji
skip-step: none
output: comment

- name: Run e2e tests
run: npm run test:e2e
Expand Down

0 comments on commit 978f187

Please sign in to comment.