ukoethe / vigra

a generic C++ library for image analysis
http://ukoethe.github.io/vigra/
Other
407 stars 191 forks source link

Test reports are not being published to Azure Pipelines #463

Open vagisha-nidhi opened 5 years ago

vagisha-nidhi commented 5 years ago

Tests are running in the pipeline, but results are not being published for reporting. Azure Pipelines provides excellent reporting capabilities that help you with:

Easy analysis and troubleshooting for failed tests - the test reports show all relevant details (error message, stack trace, failing for how long, etc.) to make it easy to analyze failed tests. Timing analysis - Test duration information helps you figure out long running tests, so that you can improve test collateral to speed up the pipelines. Build-on-build trends/analytics help you get rich insights, for e.g., easily identify top failing tests. We have added CTest Results format support to Publish CTest results to pipeline.

I am a Software Engineer on the Azure Pipelines team and will be happy to raise a PR to address this.