Skip to content

Commit 50e7999

Browse files
committed
Missed one
1 parent 20da43f commit 50e7999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
uvx coverage html --skip-covered --skip-empty
128128
uvx coverage report
129129
echo "## Coverage summary" >> $GITHUB_STEP_SUMMARY
130-
python -Im coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
130+
uvx coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
131131
- name: 📈 Upload HTML report
132132
uses: actions/upload-artifact@v4
133133
with:

0 commit comments

Comments
 (0)