From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 8 Mar 2025 01:08:36 +0000 (-0800) Subject: Chore: prefix codecov flags X-Git-Tag: v2.15.0-beta.rc1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b746b6f2d63787f5c04070bfaae381de9b5b5430;p=thirdparty%2Fpaperless-ngx.git Chore: prefix codecov flags --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7a89f14c9..b65543ae7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,14 +167,14 @@ jobs: uses: codecov/test-results-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} - flags: python-${{ matrix.python-version }} + 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: python-${{ matrix.python-version }} + flags: backend-python-${{ matrix.python-version }} files: coverage.xml - name: Stop containers @@ -259,14 +259,14 @@ jobs: if: always() with: token: ${{ secrets.CODECOV_TOKEN }} - flags: node-${{ matrix.node-version }} + 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: node-${{ matrix.node-version }} + flags: frontend-node-${{ matrix.node-version }} directory: src-ui/coverage/ frontend-bundle-analysis: