Make test summary names more descriptive
Open
Area\Engineering
Up-for-Grabs :raised_hands:
- Dominant language
- C#
- Stars
- 989
- Forks
- 340
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 72
Description
Our pipelines publish test result summaries here:
https://github.com/dotnet/SqlClient/blob/1297673f6cfd34c3caac500e4e8de68da11f5109/eng/pipelines/common/templates/steps/publish-test-results-step.yml#L35
We're hardcoding summary names `Windows Tests` and `Linux Tests`.
See if we can make those names more descriptive, perhaps including the stage and job identifiers:
`Win22_Azure_Sql net462_AnyCPU_1`
Contributor guide
Assessment
This issue has not been assessed yet.