diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index db7c519..86e9076 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.5.0 + uses: codecov/codecov-action@v4.6.0 with: verbose: true env: