ci: add Windows to test matrix and fix cross-platform compatibility#1361
Open
fabiovincenzi wants to merge 22 commits intofinos:mainfrom
Open
ci: add Windows to test matrix and fix cross-platform compatibility#1361fabiovincenzi wants to merge 22 commits intofinos:mainfrom
fabiovincenzi wants to merge 22 commits intofinos:mainfrom
Conversation
✅ Deploy Preview for endearing-brigadeiros-63f9d0 canceled.
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1361 +/- ##
==========================================
- Coverage 81.35% 81.26% -0.09%
==========================================
Files 65 65
Lines 4639 4644 +5
Branches 792 793 +1
==========================================
Hits 3774 3774
- Misses 850 855 +5
Partials 15 15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jescalada
reviewed
Jan 31, 2026
Contributor
jescalada
left a comment
There was a problem hiding this comment.
The tests look good!
Wondering if we could keep the MongoDB combinations in the CI and think about whether we need a Windows CI execution since Windows test support is more of a quality-of-life thing for Windows development...
Signed-off-by: Fabio Vincenzi <93596376+fabiovincenzi@users.noreply.github.com>
Signed-off-by: Fabio Vincenzi <93596376+fabiovincenzi@users.noreply.github.com>
Contributor
Author
|
Thanks for the review @jescalada! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #1318.
This PR adds Windows to the CI test matrix and fixes cross-platform compatibility issues.
CI Changes
Cross-Platform Fixes
The preReceive tests are skipped because they test Unix shell hook execution, which is not applicable on Windows.