diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index a6f9d3f..db7c519 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -29,7 +29,7 @@ jobs: run: | pytest --cov=app --cov-report=xml tests/ - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: verbose: true env: