Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsakkos committed Dec 25, 2024
1 parent 6f40897 commit be025c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- name: Run tests with pytest and coverage
run: |
uv tool run pytest tests/ --cov=lr_autotag --cov-report=xml
uvx pytest tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
flags: unittests
fail_ci_if_error: true
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v3
# with:
# file: ./coverage.xml
# flags: unittests
# fail_ci_if_error: true

0 comments on commit be025c2

Please sign in to comment.