Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Azure DevOps extension to report errors #5260

Merged
merged 6 commits into from
Mar 20, 2025
Merged

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.

First step towards fixing #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.

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.

2 participants