-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support AppVeyor #429
Comments
+1 for this :) |
👍 |
1 similar comment
+1 |
Hi all, good call -- I've added http://www.nuget.org/packages/coveralls.io to our docs and listed AppVeyor to our supported CI's. Thanks! |
@nickmerwin Does this mean that Coveralls will be able to comment on PRs when the build happens in AppVeyor? |
@giggio it's possible, but I'm not sure that integration library supports it, although it would be trivial to add. From Appveyor's docs (http://www.appveyor.com/docs/build-configuration):
Our API docs (https://coveralls.zendesk.com/hc/en-us/articles/201350799-API-Reference) show how to associate a build with a PR using this post parameter:
|
Multi-job builds do not appear to group reports together. |
I had to add an env variable to make it work: #888 (comment) |
AppVeyor is a very nice .NET/Windows CI Server:
http://www.appveyor.com/
And it already works with Coveralls. Here is an example build with AppVeyor, using Coveralls.NET:
Build:
https://ci.appveyor.com/project/code-cracker/code-cracker/build/1.0.0.303
Coveralls site:
https://coveralls.io/r/code-cracker/code-cracker
Source is here:
https://github.com/code-cracker/code-cracker/
I am not sure what is needed to have a supported CI server on Coveralls, but as it is already working, you might want to include it.
The text was updated successfully, but these errors were encountered: