codecov / codecov-exe

.exe report uploader for Codecov https://codecov.io
MIT License
25 stars 21 forks source link

Add suport for Azure Pipelines #51

Closed clairernovotny closed 5 years ago

clairernovotny commented 5 years ago

Fixes #50

AdmiringWorm commented 5 years ago

Thank you for opening a PR to implement this. I do not have the possibility to review the PR at this time, but hope to manage to review it tomorrow (at the latest friday).

astrofrog commented 5 years ago

Looking forward to this!

AdmiringWorm commented 5 years ago

Your changes have been merged into the develop branch here: https://github.com/codecov/codecov-exe/commit/cb77bae0b5390cf10987a7c15dc19f59c75031c7

AraHaan commented 5 years ago

Is this merged into master yet? my version that I am installing manually from nuget.org on appveyor and azure pipelines seems to have a issue identifying this exact thing and I was just about to open a new issue that would be a duplicate of #50. If there is a newer nuget.org release mind editing my Appveyor and azure yml’s to fix the issue in my repo?

https://github.com/AraHaan/XmlAbstraction/

Edit: It is because I am using v1.1.0 but the latest is v1.4.0 maybe you guys should warn people if and when the tool discovers a new version from the github releases?