Skip to content

Commit

Permalink
Merge pull request #117 from freude/freude-patch-17
Browse files Browse the repository at this point in the history
Update pythonpackage.yml
  • Loading branch information
freude authored Sep 26, 2023
2 parents 884f950 + 935bc6e commit 86ddde9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
nosetests
- name: Run tests and collect coverage
run: |
pip install pytest
pytest --cov=api.calculator --cov-report=xml
pip install pytest pytest-cov
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 86ddde9

Please sign in to comment.