From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:01:31 +0000 (-0700) Subject: Chore: remove Codecov token from CI workflow (#10941) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9850518909b864101d9f9b6ca7fd995f3da1746;p=thirdparty%2Fpaperless-ngx.git Chore: remove Codecov token from CI workflow (#10941) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 363b2a512..9ca0d2167 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,13 +183,11 @@ jobs: if: always() uses: codecov/test-results-action@v1 with: - token: ${{ secrets.CODECOV_TOKEN }} flags: backend-python-${{ matrix.python-version }} files: junit.xml - name: Upload backend coverage to Codecov uses: codecov/codecov-action@v5 with: - token: ${{ secrets.CODECOV_TOKEN }} flags: backend-python-${{ matrix.python-version }} files: coverage.xml - name: Stop containers @@ -265,13 +263,11 @@ jobs: uses: codecov/test-results-action@v1 if: always() with: - token: ${{ secrets.CODECOV_TOKEN }} flags: frontend-node-${{ matrix.node-version }} directory: src-ui/ - name: Upload frontend coverage to Codecov uses: codecov/codecov-action@v5 with: - token: ${{ secrets.CODECOV_TOKEN }} flags: frontend-node-${{ matrix.node-version }} directory: src-ui/coverage/ tests-frontend-e2e: