diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b4a7517..4ca16d6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: - name: Generate coverage report run: pytest --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.4 with: file: ./coverage.xml flags: unittests