-
Notifications
You must be signed in to change notification settings - Fork 1
Require Julia v1.6 and update CI setup #13
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #13 +/- ##
==========================================
+ Coverage 94.73% 98.21% +3.47%
==========================================
Files 1 1
Lines 57 56 -1
==========================================
+ Hits 54 55 +1
+ Misses 3 1 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
There are various failures, but Should these test that the output contains stderr/stdout separately, rather than in the specific order? Although I'm a bit surprised stderr comes before stdout given that the code is OutputCollectors.jl/test/runtests.jl Lines 38 to 43 in def2fd9
|
|
This is still necessary on |
|
This all seems fine, I "fixed" the race-y test by adding a |
No description provided.