summary refs log tree commit diff stats
path: root/testament/azure.nim
Commit message (Collapse)AuthorAgeFilesLines
* testament/azure: major rewrite (#13246)alaviss2020-01-251-67/+119
| | | | | | | | | | | This commit features a major rewrite of Azure Pipelines integration, turning the spaghetti it originally was into something maintainable. Key changes: - No longer requires a ton of hooks into testament. - Results are now cached then bulk-uploaded to prevent throttling from Azure Pipelines, avoiding costly timeouts. - A low timeout is also employed to avoid inflated test time. - The integration is now documented.
* testament: add azure integrationLeorize2019-10-031-0/+95