Skip to content
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

Fix tests for Julia v1.4-rc1 #1010

Merged
merged 3 commits into from Jan 28, 2020
Merged

Fix tests for Julia v1.4-rc1 #1010

merged 3 commits into from Jan 28, 2020

Conversation

blegat
Copy link
Member

@blegat blegat commented Jan 27, 2020

Closes #1000

@blegat blegat added this to the v0.9.10 milestone Jan 27, 2020
@blegat
Copy link
Member Author

blegat commented Jan 27, 2020

The tests are failing now due to the change in JuliaLang/julia#33205

@codecov-io
Copy link

codecov-io commented Jan 27, 2020

Codecov Report

Merging #1010 into master will increase coverage by 0.01%.
The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1010      +/-   ##
=========================================
+ Coverage   95.18%   95.2%   +0.01%     
=========================================
  Files          99      99              
  Lines       11240   11250      +10     
=========================================
+ Hits        10699   10710      +11     
+ Misses        541     540       -1
Impacted Files Coverage Δ
src/Utilities/functions.jl 93.2% <75%> (+0.05%) ⬆️
src/FileFormats/MOF/MOF.jl 100% <0%> (ø) ⬆️
src/FileFormats/MPS/MPS.jl 99.23% <0%> (ø) ⬆️
src/FileFormats/LP/LP.jl 97.82% <0%> (+0.02%) ⬆️
src/FileFormats/utils.jl 95.52% <0%> (+0.06%) ⬆️
src/Utilities/mutable_arithmetics.jl 90% <0%> (+0.1%) ⬆️
src/Utilities/constraints.jl 100% <0%> (+14.28%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 344a671...4bb6186. Read the comment docs.

@blegat blegat merged commit 5df5ec9 into master Jan 28, 2020
@odow odow deleted the bl/j1.4 branch February 20, 2020 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Tests fail on 1.4 due to changes in printing
2 participants