Skip to content

Commit

Permalink
using coverage directly
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-cassese committed Apr 15, 2024
1 parent e8efe9a commit 553a6eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest-cov
python -m pip install coverage
python -m pip install .
# python -m pip install tox tox-gh-actions
# - name: Test with tox
# run: tox

- name: Test with pytest
run: |
pytest --cov=.
# pytest --cov=.
coverage run --source=${{ github.workspace }} --module=pytest
# env:
# PLATFORM: ${{ matrix.platform }}

Expand Down

0 comments on commit 553a6eb

Please sign in to comment.