You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- infra/main.parameters.json, infra/main.waf.parameters.json: change tags
value from a string placeholder to an empty object {} to match the
Bicep object parameter type and avoid deployment-time type errors.
- .github/workflows/test.yml: fix coverage XML path prefixing so we
don't produce paths like src/backend-api/src/app/src/app/... Use
repo-root prefix (src/backend-api/ and src/processor/) and strip any
leading src/ from the original filename before prefixing.
- src/frontend/src/components/bottomBar.tsx: remove unused useNavigate
import flagged by linting.
- src/frontend/src/pages/batchView.tsx: add null guard for batchSummary
before reading batchSummary.error_count to avoid render-time crashes
during initial load.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments