Skip to content

Commit

Permalink
let tox handle coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fedecomitani committed Oct 25, 2024
1 parent ac3bbf1 commit 3250400
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,3 @@ jobs:
with:
name: coverage.${{ matrix.os }}.py3${{ matrix.minor_version }}
path: ./.coverage.py3${{ matrix.minor_version }}
coverage:
needs: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v3
with:
path: .
- run: pip install coverage
- run: |
coverage combine coverage*/
coverage report --fail-under=0
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ envlist = py3{11}, report, style
[testenv]
commands =
mypy
pytest
coverage run -m pytest
passenv = *
usedevelop = true
setenv =
Expand Down

0 comments on commit 3250400

Please sign in to comment.