Add node flag

This commit is contained in:
shamoon 2025-03-06 22:18:53 -08:00
parent 96f9e44aba
commit f6a7945ac2
No known key found for this signature in database

View File

@ -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: