Wikunia / ConstraintSolver.jl

ConstraintSolver in Julia: Blog posts ->
https://opensourc.es/blog/constraint-solver-1
MIT License
136 stars 14 forks source link

Feature UI refactor #13

Closed Wikunia closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #13 into master will decrease coverage by 0.48%. The diff coverage is 92.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
- Coverage   98.11%   97.63%   -0.49%     
==========================================
  Files           4        5       +1     
  Lines         583      633      +50     
==========================================
+ Hits          572      618      +46     
- Misses         11       15       +4
Impacted Files Coverage Δ
src/all_different.jl 98.29% <100%> (+0.06%) :arrow_up:
src/ConstraintSolver.jl 97.87% <100%> (+0.36%) :arrow_up:
src/linearcombination.jl 66.66% <66.66%> (ø)
src/eq_sum.jl 98.58% <96.29%> (-1.42%) :arrow_down:
src/Variable.jl 100% <0%> (+2.56%) :arrow_up:

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 c38a4fe...cccedea. Read the comment docs.

Wikunia commented 5 years ago

Check for negative coefficients!