Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andr1976 authored Dec 22, 2024
1 parent ed5cb1d commit 8976e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Test with pytest
run: |
cd src/hyddown
pytest --cov=api.calculator --cov-report=xml
pytest --cov-report=xml
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v5
env:
Expand Down

0 comments on commit 8976e35

Please sign in to comment.