Skip to content

Commit 057444e

Browse files
kenibrewerclaude
andcommitted
🐛 fix: correct pytest coverage report format
- Change --cov-report=json-summary to --cov-report=json (valid format) - Fixes CI test failure with invalid coverage report option 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 9190436 commit 057444e

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
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Run tests with coverage
4040
working-directory: .github/workflows/lib
41-
run: uv run pytest tests/ --cov=. --cov-report=json-summary --cov-report=lcov --cov-report=html
41+
run: uv run pytest tests/ --cov=. --cov-report=json --cov-report=lcov --cov-report=html
4242

4343
- name: Upload coverage reports
4444
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)