Wikunia / ConstraintSolver.jl

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

Feature table logger #277

Closed Wikunia closed 2 years ago

Wikunia commented 2 years ago

Needs TableLogger.jl ( https://github.com/Wikunia/TableLogger.jl ) to be registered and at least this PR: https://github.com/Wikunia/TableLogger.jl/pull/6

Wikunia commented 2 years ago

Need to upgrade to Julia 1.6 but I think that is the right choice anyway now.

codecov[bot] commented 2 years ago

Codecov Report

Merging #277 (bc821ca) into master (b9b2aa8) will decrease coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #277      +/-   ##
==========================================
- Coverage   97.66%   97.62%   -0.04%     
==========================================
  Files          53       52       -1     
  Lines        4455     4344     -111     
==========================================
- Hits         4351     4241     -110     
+ Misses        104      103       -1     
Impacted Files Coverage Δ
src/types.jl 99.00% <ø> (-0.03%) :arrow_down:
src/ConstraintSolver.jl 98.59% <100.00%> (-0.57%) :arrow_down:
src/options.jl 100.00% <100.00%> (ø)
src/util.jl 98.46% <100.00%> (+0.03%) :arrow_up:
src/constraints/boolset.jl 100.00% <0.00%> (ø)

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 b9b2aa8...bc821ca. Read the comment docs.