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 57b2215 commit ed5cb1d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@ jobs:
- name: Test with pytest
run: |
cd src/hyddown
pytest test_all.py
- name: Generate coverage report
run: |
cd src/hyddown
coverage run -m pytest test_all.py
coverage xml
pytest --cov=api.calculator --cov-report=xml
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# - name: Upload Coverage to Codecov
# uses: codecov/codecov-action@v3
# with:
Expand Down

0 comments on commit ed5cb1d

Please sign in to comment.