Conversation
|
@Flamefire sorry to bother you again, but how do I exclude MINGW32? I matched what you have here: https://github.com/boostorg/boost-ci/blob/37bb0ac4943a808b2fab812855bb09b70dec7fb8/.github/workflows/ci_test_opposite.yml#L47, but it still seems to run. |
|
Yeah, I made a mistake there and fixed it now. You can see all options including description in the file directly: https://github.com/boostorg/boost-ci/blob/master/.github/workflows/reusable.yml |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #200 +/- ##
==========================================
+ Coverage 65.6% 97.3% +31.8%
==========================================
Files 178 178
Lines 13778 14004 +226
Branches 5229 5229
==========================================
+ Hits 9029 13622 +4593
- Misses 306 313 +7
+ Partials 4443 69 -4374
... and 150 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
FYI: I also updated the Boost.CI jobs that use the windows-2025 image with VS 2022 and CMake that failed before (see the previous PR: "missing Visual Studio" errors) That's now using VS 2026 explicitly so your jobs here are now green, confirming this worked :) |
Yes, everything looks good now, thanks again. Of note, I did have to make one more change to |
|
I see the working config uses And in only looks in For the shared case all executables and libraries will be put in a single folder on Windows because RPATH does not exist. So I added The |
No description provided.