-
Notifications
You must be signed in to change notification settings - Fork 23
Remove windows and macos from the test matrix #543
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
Benchmark resultJudge resultBenchmark Report for /home/runner/work/YAXArrays.jl/YAXArrays.jlJob Properties
ResultsA ratio greater than
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoTargetBaselineTarget resultBenchmark Report for /home/runner/work/YAXArrays.jl/YAXArrays.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoBaseline resultBenchmark Report for /home/runner/work/YAXArrays.jl/YAXArrays.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoRuntime information
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #543 +/- ##
=======================================
Coverage 68.76% 68.76%
=======================================
Files 14 14
Lines 2100 2100
=======================================
Hits 1444 1444
Misses 656 656 🚀 New features to boost your workflow:
|
|
Mmm, I always like to see that we can at least install the package in every OS. |
|
Ok, then let's just keep things as they are to prevent the case we introduce any windows-specific bug in the future |
This removes the tests on windows and macOS from CI. This would then close #535 . Let's see whether the coverage would drop.
Maybe we can find a way to at least test on all OSes for the releases because there might be slight differences that would be good to catch.