Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freude authored Sep 26, 2023
1 parent 5683011 commit be9d164
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
run: |
nosetests
- name: Run tests and collect coverage
run: pytest --cov=api.calculator --cov-report=xml
run: |
pip install pytest
pytest --cov=api.calculator --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit be9d164

Please sign in to comment.