diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61caceb56..d7a89f14c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -259,12 +259,14 @@ jobs: if: always() with: token: ${{ secrets.CODECOV_TOKEN }} + flags: 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 }} directory: src-ui/coverage/ frontend-bundle-analysis: