Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Update LQOI to reflect refactoring of modifications in MOI #29

Merged
merged 4 commits into from
Jun 25, 2018

Conversation

odow
Copy link
Member

@odow odow commented Jun 19, 2018

Tests not supported

  • "solve_multirow_vectoraffine_nonpos"
  • "solve_transform_singlevariable_lessthan"
  • "solve_func_scalaraffine_lessthan"

This was referenced Jun 19, 2018
@codecov-io
Copy link

codecov-io commented Jun 19, 2018

Codecov Report

Merging #29 into master will decrease coverage by 0.39%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #29     +/-   ##
=========================================
- Coverage   76.73%   76.33%   -0.4%     
=========================================
  Files          13       13             
  Lines        1225     1234      +9     
=========================================
+ Hits          940      942      +2     
- Misses        285      292      +7
Impacted Files Coverage Δ
src/constraints/singlevariable.jl 72.89% <100%> (ø) ⬆️
src/constraints/vectoraffine.jl 95.38% <25%> (-4.62%) ⬇️
src/objective.jl 88.09% <42.85%> (-4.22%) ⬇️
src/constraints/scalaraffine.jl 93.38% <75%> (ø) ⬆️

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 11fb079...7518699. Read the comment docs.

.travis.yml Outdated
@@ -36,7 +36,7 @@ notifications:

## uncomment the following lines to override the default test script
script:
- julia -e 'Pkg.clone(pwd()); Pkg.build("LinQuadOptInterface"); Pkg.test("LinQuadOptInterface"; coverage=true)'
- julia -e 'Pkg.clone(pwd()); Pkg.build("LinQuadOptInterface"); Pkg.checkout("MathOptInterface", "odow/new-modifications"); Pkg.test("LinQuadOptInterface"; coverage=true)'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WIP?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok got it, its testing against you MOI branch

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants