Skip to content

Commit

Permalink
remove coverage xml reports (#453)
Browse files Browse the repository at this point in the history
They were only for codecov
  • Loading branch information
richardsheridan authored Dec 22, 2024
1 parent 90f390d commit cda991f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Run tests
timeout-minutes: ${{ matrix.test-timeout }}
run: |
pytest trio_parallel --cov-report xml:coverage-${{ matrix.os }}-${{ matrix.python }}.xml
pytest trio_parallel
coverage report
mv .coverage .coverage.${{ matrix.os }}-${{ matrix.python }}
shell: bash
Expand Down

0 comments on commit cda991f

Please sign in to comment.