Skip to content

Commit f857028

Browse files
kenibrewerclaude
andcommitted
🐛 fix: correct coverage file path for codecov upload
- Change coverage file path from coverage/lcov.info to coverage.lcov - Matches actual output location from pytest-cov - Fixes codecov upload step in CI workflow 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 6dcef79 commit f857028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-approval-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: codecov/codecov-action@v4
4545
if: success()
4646
with:
47-
file: .github/workflows/lib/coverage/lcov.info
47+
file: .github/workflows/lib/coverage.lcov
4848
flags: approval-automation
4949
name: approval-automation-coverage
5050
fail_ci_if_error: false

0 commit comments

Comments
 (0)