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
feat: add codecov integration with test results upload (#35)
* feat: add codecov integration with test results upload
- Add lcov reporter to nyc configuration for codecov compatibility
- Add codecov upload steps to CI workflow for coverage and test results
- Configure fail_ci_if_error: false to not block CI on codecov issues
Project already has .github/codecov.yml with project and patch coverage checks configured.
* fix: add coverage instrumentation env var and fail_ci_if_error to test results upload
- Add VSC_JUPYTER_INSTRUMENT_CODE_FOR_COVERAGE env var to test step to enable coverage generation
- Add fail_ci_if_error: false to test results upload for consistency with coverage upload
Addresses CodeRabbit automated review feedback on PR #35
* fix: set codecov uploads to fail CI on error
Change fail_ci_if_error from false to true for both coverage and test results uploads to ensure CI fails when codecov upload fails, as requested by user.
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
0 commit comments