diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50f216b..0c3a0f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: PYTHONPATH=. pytest --cov=backend/app --cov-report=xml --cov-report=term-missing --cov-fail-under=80 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: matrix.python-version == '3.11' with: files: ./coverage.xml diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 529b1b1..e71b4d4 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -88,7 +88,7 @@ jobs: run: npx vitest run --coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: apps/web/coverage/coverage-final.json flags: web-frontend