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 build annotations for test failures #228

Closed
pepone opened this issue Apr 9, 2021 · 1 comment
Closed

Add build annotations for test failures #228

pepone opened this issue Apr 9, 2021 · 1 comment

Comments

@pepone
Copy link
Member

pepone commented Apr 9, 2021

Github provides an API to add annotations to checks, we can use this to display the actual test failures, NUnit can provide the location of the test failures.

So when a new PR breaks a test you will get an annotation similar to what you get with some GitHub actions https://github.com/marketplace/actions/lint-action

There is Nunit report action here https://github.com/marketplace/actions/nunit-reporter

Maybe we can use that and is just a matter of installing it with our workflow https://github.com/zeroc-ice/icerpc-csharp/tree/main/.github/workflows

@bernardnormier bernardnormier changed the title Add build anotations for test failures Add build annotations for test failures Apr 11, 2021
@pepone
Copy link
Member Author

pepone commented Jun 22, 2022

I will reopen if MirageNet/nunit-reporter#22 gets fixed

@pepone pepone closed this as completed Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant