Chore: attempt to resolve Codecov patch coverage issues (#11773)

This commit is contained in:
Trenton H
2026-01-13 12:25:36 -08:00
committed by GitHub
parent 9c0de249a6
commit 6cf8abc5d3
3 changed files with 50 additions and 14 deletions

View File

@@ -109,13 +109,13 @@ jobs:
if: always()
uses: codecov/codecov-action@v5
with:
flags: frontend,frontend-node-${{ matrix.node-version }}
flags: frontend-node-${{ matrix.node-version }}
directory: src-ui/
report_type: test_results
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
flags: frontend,frontend-node-${{ matrix.node-version }}
flags: frontend-node-${{ matrix.node-version }}
directory: src-ui/coverage/
e2e-tests:
name: "E2E Tests (${{ matrix.shard-index }}/${{ matrix.shard-count }})"