diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1cdf6ba..7d07c07 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: pip install .[tests] - name: Test with pytest run: pytest --cov --cov-report=xml tests/ - - uses: codecov/codecov-action@v4.3.0 + - uses: codecov/codecov-action@v4.3.1 with: env_vars: PLATFORM,PYTHON_VERSION fail_ci_if_error: false