diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e421070..cd7b0c0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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