-
Notifications
You must be signed in to change notification settings - Fork 61
Testing for windows on Azure Pipelines and Travis #232
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
Conversation
https://dev.azure.com/lokyeenicol/pydra/_build @satra - after @djarecka added windows on Travis we thought about ditching Azure entirely, but I noticed that some tests were still failing on my win10 and Azure when Travis was passing. Figured it nice to have. Managed to generate |
@nicolocin - thanks! I don't see azure running here, you still perhaps have to allow azure to run on this repo. also circleCI complains about the docs - not sure if this is the reason but looks like you added a new notebook, that I'm not sure was supposed to be a part of this repo |
Ohhh ok sorry forgot to set up Azure on the nipype repo. Just requested organization access. I thought the tutorial commit was on another branch, I'll delete it thanks for letting me know. I integrated changes from
|
the documentation was fixed in #235, so you should merge master again azure is approved, so should work now |
This reverts commit 914f2df.
Codecov Report
@@ Coverage Diff @@
## master #232 +/- ##
==========================================
- Coverage 86.82% 84.06% -2.76%
==========================================
Files 17 17
Lines 2868 2861 -7
Branches 769 767 -2
==========================================
- Hits 2490 2405 -85
- Misses 236 320 +84
+ Partials 142 136 -6
Continue to review full report at Codecov.
|
Merged master! Somehow azure still needs to be approved at nipype? It also can't recognize new files that are added in pull requests, so I think it might only start to run once the pull request is merged? How can I make the codecov/project check successful? Haven't used it before not too sure how it works. Thanks! |
@nicolocin - you should be able to manage the access to the repository on you own, added you as an admin |
@nicolocin - I've seen that you merged it already, but I still don't see azure report... Also we should figure out the coverage. If you don't want t do it in this PR, please open an issue |
I actually can see azure running for master, great! :-) Could you just double check if you enabled it for PRs? |
@djarecka - Thanks! Also I think codecov is mostly complaining about Azure should be enabled for new PRs :) |
@nicolocin -codecov is not 100% reliable, so don't worry about complains, I just wanted to be sure that we remember about adding codecov to the azure pipeline |
@nicolocin - you should add your name to the zenodo file, but you have to create your orcid if you don't have one yet |
Types of changes
Summary
Adding windows CI on Azure Pipelines and travis. So far testing on Python 3.7 on x64 and x86 of windows 10, but more can be added as necessary. Thanks a lot to @djarecka for some windows bug fixes and Travis support!
Checklist
(we are using
black
: you canpip install pre-commit
,run
pre-commit install
in thepydra
directoryand
black
will be run automatically with each commit)Acknowledgment