Skip to content

Commit a3d67e2

Browse files
committed
Fix: simplify coverage in job
1 parent ba79cd6 commit a3d67e2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,4 @@ jobs:
3030
run: uv run coverage run -m pytest
3131

3232
- name: Produce coverage report
33-
run: uv run coverage xml
34-
35-
- name: Show coverage report
36-
uses: orgoro/[email protected]
37-
with:
38-
coverageFile: ./coverage.xml
39-
token: ${{ secrets.GITHUB_TOKEN }}
33+
run: uv run coverage report -m

0 commit comments

Comments
 (0)