diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43f547a..e6b4ff3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,9 +67,7 @@ jobs: uses: codecov/codecov-action@v4 with: file: ./backend/coverage.xml - flags: unittests - name: codecov-umbrella - fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} - name: Run Ruff run: |