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
- filterTestRunOutput: split on /\r?\n/ and strip trailing \r so
Windows CRLF output does not leave stray \r chars or break noise
pattern matching (Copilot suggestion)
- rcaTools run_index schema: add .int().positive() validation on both
provar.testrun.report.locate and provar.testrun.rca to reject
run_index <= 0 before it reaches resolveResultsLocation (Copilot suggestion)
- test: add CRLF-safety test for filterTestRunOutput
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments