Skip to content

Commit

Permalink
gha: using pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Dec 10, 2021
1 parent f011440 commit a0e13be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ jobs:
with:
packages: |
coveralls
pytest-cov
- name: Python tests
working-directory: python
run: |
coverage run ./setup.py test
pytest --cov intercoop intercoop
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
Expand Down

0 comments on commit a0e13be

Please sign in to comment.