corail-research / SeaPearl.jl

Julia hybrid constraint programming solver enhanced by a reinforcement learning driven search.
https://corail-research.github.io/SeaPearl.jl/dev/
BSD 3-Clause "New" or "Revised" License
168 stars 10 forks source link

sum parsing correction and tests #357

Closed navaxel closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #357 (181e583) into master (5657f28) will increase coverage by 0.20%. The diff coverage is 25.80%.

@@            Coverage Diff             @@
##           master     #357      +/-   ##
==========================================
+ Coverage   71.02%   71.23%   +0.20%     
==========================================
  Files         142      142              
  Lines        6910     6918       +8     
==========================================
+ Hits         4908     4928      +20     
+ Misses       2002     1990      -12     
Impacted Files Coverage Δ
src/CP/constraints/sumgreaterthan.jl 75.00% <0.00%> (-1.75%) :arrow_down:
src/parser/constraints/sum.jl 5.73% <0.00%> (-0.20%) :arrow_down:
src/parser/parser.jl 92.30% <50.00%> (+92.30%) :arrow_up:
src/parser/variables.jl 73.17% <93.75%> (+7.05%) :arrow_up:

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more