diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c78211f..ad95953 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: run: python -m pytest --cov=prophetverse --cov-report=xml -m "not smoke" --durations=10 - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: files: ./coverage.xml fail_ci_if_error: true