Skip to content

Commit

Permalink
Report coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ehrenfeu committed Nov 22, 2024
1 parent 7abcc92 commit 3fc6d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ jobs:
- run: scripts/run-poetry.sh install --no-interaction

# And finally run the tests.
- run: scripts/run-poetry.sh run pytest
- run: scripts/run-poetry.sh run pytest --cov -vv
2 changes: 1 addition & 1 deletion .github/workflows/pytest-python2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
key: "venv-py-${{ env.PY_VERSION }}--${{ hashFiles('pyproject.toml') }}-2"

- name: Run pytest-wrapper
run: scripts/py2-pytest.sh
run: scripts/py2-pytest.sh --cov -vv
env:
VENV_PATH: venv.py2
# PYENV_ROOT: ${{ steps.pyenvroot.outputs.PYENV_ROOT }}
Expand Down

0 comments on commit 3fc6d6f

Please sign in to comment.