-
Notifications
You must be signed in to change notification settings - Fork 544
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
ci: run tests against windows as well #837
Conversation
Codecov Report
@@ Coverage Diff @@
## main #837 +/- ##
==========================================
+ Coverage 70.40% 70.53% +0.13%
==========================================
Files 57 57
Lines 5295 5295
Branches 604 606 +2
==========================================
+ Hits 3728 3735 +7
+ Misses 1558 1552 -6
+ Partials 9 8 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Nice. With #782 I can confirm at leat the tests pass however the way we link modules using junction links is not portable. So it is false report almost. But I think we can accept it as a known limitation at least. Re etags, my guess is CRLF issue. Which could be fixed. |
* ci: run tests against windows as well * ci: skip linting on windows * ci: run lint separately (so as not to block other tests) * test: adapt re for windows * add gitattrs for text files using lf * disable conflict test for now Co-authored-by: Pooya Parsa <pyapar@gmail.com>
π Linked issue
β Type of change
π Description
There are some significant differences with windows, particularly around file URLs and absolute paths. This is a starting point to test nitro on Windows to catch these issues early.
Here are two key differences noticed so far:
cc: @pi0
π Checklist