codecov / codecov-exe

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

azure pipeline is broken #55

Closed glennawatson closed 5 years ago

glennawatson commented 5 years ago

In the change introduced by @onovotny, for the POST url you are sending

&service=azurepipelines

This value is not supported by the codecov api and causes a 400 status code error.

As mentioned in https://docs.codecov.io/reference#upload it's not part of the listed supported pipelines.

[
  "travis",
  "buildbot",
  "circleci",
  "buddybuild",
  "solano",
  "teamcity",
  "appveyor",
  "wercker",
  "magnum",
  "shippable",
  "codeship",
  "drone.io",
  "jenkins",
  "semaphore",
  "gitlab",
  "bamboo",
  "snap",
  "buildkite",
  "bitrise",
  "greenhouse",
  "custom"
]

We should probably change to custom until there is support for the azure pipelines?

ZoeyR commented 5 years ago

Do you know if there is a way to workaround this issue for now until the fix is merged?

AdmiringWorm commented 5 years ago

@dgriffen unfortunately, there in no way to work around it. I do plan to review the opened PR's this weekend, and get out a new release with when those are merged.