diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4d888cd..e14949d 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@v6 with: verbose: true env: