Commit 868e67e
fix: correct codecov upload paths in testing workflow
Align pytest coverage output paths with codecov input paths:
- Change from generic directory search to explicit file path
- Add explicit output paths: html:var/coverage/html and xml:var/coverage/pytest-cobertura.xml
- Add term-missing for better coverage output
- Fixes "No coverage reports found" error
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>1 parent 5e8cb92 commit 868e67e
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
| 105 | + | |
107 | 106 | | |
108 | 107 | | |
109 | 108 | | |
0 commit comments