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
- Create coverage directory before pytest runs to ensure junit xml output succeeds
- Fix codecov upload file paths (coverage.xml and coverage/lcov.info)
- Configure jest-junit to output to coverage/junit.xml explicitly
- Set coverageDirectory to ./coverage for consistency
Addresses CodeRabbit review comments.
0 commit comments