cake-contrib / Cake.Recipe

:page_with_curl: A set of convention based Cake scripts
https://cake-contrib.github.io/Cake.Recipe
MIT License
70 stars 53 forks source link

Support coverage reporting when running in Azure DevOps #529

Open pascalberger opened 4 years ago

pascalberger commented 4 years ago

Azure DevOps supports code coverage metrics (see Code coverage metrics and branch policy for pull requests). It would be great if Cake.Recipe would automatically send coverage data while running under Azure DevOps. See Surface test results in the Tests tab for possible integration points.

To use the API the required functionality to upload coverage data can be added to Cake.AzureDevOps.

Similar to #582 but for covarage data instead of test data.

gep13 commented 4 years ago

@pascalberger I would be happy to see this getting added. Is this something that I can assign to you?

pascalberger commented 4 years ago

Yes, I can look at it (but some other issues which I need to tackle first)

gep13 commented 4 years ago

@pascalberger i am starting to think about getting ready to ship 2.0.0, and as such, I am going to move this one from the milestone. If you get to it before the release, then I would be happy to bring this in.