Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christophscheuch committed Dec 23, 2024
1 parent 959b02b commit 8dff19f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ jobs:
- name: Sync dependencies
run: uv sync --all-extras --dev

- name: Run tests
run: uv run pytest tests
- name: Run tests and collect coverage
run: uv run pytest tests --cov app

- name: Use Codecov to track coverage
uses: codecov/codecov-action@v2
with:
files: ./coverage.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5

0 comments on commit 8dff19f

Please sign in to comment.