Commit 0b41226
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>1 parent 3a973eb commit 0b41226
2 files changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
94 | 111 | | |
95 | 112 | | |
96 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments