diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4d888cd..8ea7c96 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -49,7 +49,7 @@ jobs: source .venv/bin/activate poetry run pytest --cov app - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: verbose: true env: