diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4eb5c76..e526d7b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,7 @@ jobs: pytest --cov=app --cov-report=xml --cov-report=html - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: ./backend/coverage.xml flags: backend @@ -79,7 +79,7 @@ jobs: run: npm run test:coverage -- --run - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: ./frontend/coverage/coverage-final.json flags: frontend