You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ArtiomTr action to use proper Jest report format
- Run Jest with required flags: --coverage --ci --json --testLocationInResults --outputFile=report.json
- Pass report.json to ArtiomTr action via coverage-file parameter
- Matches the documented example from ArtiomTr/jest-coverage-report-action
0 commit comments