You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
We've been using coveralls.io for years as part of NSubstitute.Analyzers pipline. Everything has been working great so far, however suddenly our pull requests started failing during coverage report upload, with following response
<head><title>400 Bad Request</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx</center>
</body>
</html>
We didn't change anything in the coverage report generation or code responsible for upload(we use community created package https://github.com/csmacnz/coveralls.net for coveralls integration), so it is looks like that either there was a change in the API, or our code coverage report became invalid. Here is a payload sent by coveralls.net (captured from local machine, so some Appveyor specific bits might be missing) coveralls.txt
Do you see any obvious issues with payload or can you point me where to look for an issue?
The text was updated successfully, but these errors were encountered:
Hi
We've been using coveralls.io for years as part of NSubstitute.Analyzers pipline. Everything has been working great so far, however suddenly our pull requests started failing during coverage report upload, with following response
We didn't change anything in the coverage report generation or code responsible for upload(we use community created package https://github.com/csmacnz/coveralls.net for coveralls integration), so it is looks like that either there was a change in the API, or our code coverage report became invalid. Here is a payload sent by coveralls.net (captured from local machine, so some Appveyor specific bits might be missing)
coveralls.txt
Do you see any obvious issues with payload or can you point me where to look for an issue?
The text was updated successfully, but these errors were encountered: