devosoft / Empirical

A library of tools for scientific software development, with emphasis on also being able to build web interfaces using Emscripten.
Other
86 stars 38 forks source link

Test config alias functionality #473

Closed mmore500 closed 1 year ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #473 (a74e69d) into master (d7ba71c) will increase coverage by 0.04%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #473      +/-   ##
==========================================
+ Coverage   82.96%   83.01%   +0.04%     
==========================================
  Files         306      306              
  Lines       37356    37357       +1     
==========================================
+ Hits        30994    31011      +17     
+ Misses       6362     6346      -16     
Impacted Files Coverage Δ
tests/config/config.cpp 100.00% <100.00%> (ø)
include/emp/Evolve/World_select.hpp 96.01% <0.00%> (-0.40%) :arrow_down:
include/emp/config/config.hpp 35.43% <0.00%> (+4.12%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

FergusonAJ commented 1 year ago

Nice simple change to explicitly test that changing a config option via its config does in fact change the original config variable.