bsamseth / Goldfish

Goldfish - Stockfish's very distant and not so bright cousin - a UCI chess engine
MIT License
7 stars 2 forks source link

Support UCI options #31

Closed bsamseth closed 5 years ago

bsamseth commented 5 years ago

Actually provide configuration options for some sensible things. Currently in place

codecov[bot] commented 5 years ago

Codecov Report

Merging #31 into master will increase coverage by 1.7%. The diff coverage is 87.03%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #31     +/-   ##
=========================================
+ Coverage   90.87%   92.57%   +1.7%     
=========================================
  Files          34       36      +2     
  Lines        1545     1617     +72     
=========================================
+ Hits         1404     1497     +93     
+ Misses        141      120     -21
Impacted Files Coverage Δ
include/search.hpp 100% <ø> (ø) :arrow_up:
include/goldfish.hpp 100% <ø> (ø) :arrow_up:
include/value.hpp 57.14% <0%> (ø) :arrow_up:
src/searchmanagement.cpp 85.55% <100%> (ø) :arrow_up:
include/position.hpp 100% <100%> (ø) :arrow_up:
include/tb.hpp 94.33% <100%> (ø) :arrow_up:
src/notation.cpp 88.3% <100%> (+10.46%) :arrow_up:
src/tt.cpp 100% <100%> (ø) :arrow_up:
include/uci.hpp 100% <100%> (ø)
include/tt.hpp 100% <100%> (ø) :arrow_up:
... and 9 more

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 a00915c...53b8d85. Read the comment docs.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+1.2%) to 93.111% when pulling 53b8d855ff20b386559ed2e3ce894f2948c1c86c on uci-options into a00915cccc4275072a0319548e4fadb923d78121 on master.