Skip to content

Commit

Permalink
Remove manual convert coveraqge step, is covered by codecov/codecov-a…
Browse files Browse the repository at this point in the history
…ction@v5
  • Loading branch information
fdemmer committed Jan 7, 2025
1 parent 500bd1d commit 4c8da54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
python -m pip install --upgrade coverage[toml] virtualenv tox tox-gh-actions
- name: Run tox targets for ${{ matrix.python-version }}
run: python -m tox
- name: Convert coverage
if: contains(env.USING_COVERAGE, matrix.python-version)
run: python -m coverage xml
- name: Upload coverage to Codecov
if: contains(env.USING_COVERAGE, matrix.python-version)
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit 4c8da54

Please sign in to comment.