-
Notifications
You must be signed in to change notification settings - Fork 338
Closed
Labels
debtCode quality issuesCode quality issuestriage-neededIssue needs to be triagedIssue needs to be triaged
Milestone
Description
I'd like to be able to easily check the run history of a test or general trends in test runs/pass rate.
Some cases I can think of:
- I can easily check if a "flaky test" issue is still relevant. There are plenty of old ones that could probably just be closed.
- If a test fails in CI, I can go check if that test has already been failing before I made my change.
- When troubleshooting a flaky test, I can get a better idea of when it started failing to track down relevant changes
Notes:
- The CI system doesn't send any telemetry, so we currently can't just emit our normal telemetry events
- The "publish test results" step in the github action sounds promising, but is currently failing for auth reasons
Metadata
Metadata
Assignees
Labels
debtCode quality issuesCode quality issuestriage-neededIssue needs to be triagedIssue needs to be triaged