Skip to content

Conversation

nohwnd
Copy link
Member

@nohwnd nohwnd commented Mar 18, 2025

Azure DevOps extension to report errors in a way that is understood by Azure DevOps user interface.

image

The failures are also be transported to GitHub, so we can see errors directly in PRs.

image

image

User enables the extension by --report-azdo, and can reduce the severity of reports to warning by --report-azdo-severity warning (this prevents the report to show up in GitHub!).

This is not a replacement for https://github.com/Tyrrrz/GitHubActionsTestLogger, because that extension is working directly with GitHubActions.

This extension is working with Azure DevOps, and if the standard Azure DevOps integration to GitHub is used it forwards the failures.

Fixes #5187

@nohwnd nohwnd marked this pull request as ready for review March 20, 2025 10:45
@nohwnd nohwnd merged commit 7d91314 into main Mar 20, 2025
7 of 10 checks passed
@nohwnd nohwnd deleted the azdo-to-gh-reporter branch March 20, 2025 10:45
@nohwnd
Copy link
Member Author

nohwnd commented Mar 20, 2025

Made issues for improving how we find interesting stack frame. And making it part of all extensions. Let's dogfood now.

This was referenced Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve azure devops error reporting (for us)
2 participants