-
Notifications
You must be signed in to change notification settings - Fork 73
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
Add windows CI 2.x #704
Add windows CI 2.x #704
Conversation
Signed-off-by: Amit Galitzky <[email protected]>
3 failings tests in windows:
|
Signed-off-by: Amit Galitzky <[email protected]>
Codecov Report
@@ Coverage Diff @@
## 2.x #704 +/- ##
============================================
- Coverage 79.24% 79.04% -0.20%
+ Complexity 4257 4239 -18
============================================
Files 301 301
Lines 17872 17870 -2
Branches 1897 1897
============================================
- Hits 14163 14126 -37
- Misses 2809 2838 +29
- Partials 900 906 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: Amit Galitzky <[email protected]>
Signed-off-by: Amit Galitzky <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor comment. LGTM!
Signed-off-by: Amit Galitzky <[email protected]>
Btw, do you know if we want to support for 3.0 as well? Wondering if it's worth front-porting there, and if it's not ready, could just add the changes, but have them commented out in the workflow file for now until that's possible. |
Actually now that I check 3.0 has just been fixed. I can either forward this or close this. merge into main and backport to 2.x |
Front porting should be fine. |
missed this haha, I guess we will merge the other one already. |
Signed-off-by: Amit Galitzky [email protected]
Description
Adds windows CI for 2.x branch
\C:\Sample\sample.txt
. This isn't supported on Windows. Converting withtoUri()
works on all platforms.Issues Resolved
#274
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.