Skip to content

add cachedFitness property to Individual

bd3400b
Select commit
Loading
Failed to load commit list.
Open

multitrait changes #531

add cachedFitness property to Individual
bd3400b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 2, 2026 in 1s

76.25% (+0.81%) compared to b76a8d7

View this Pull Request on Codecov

76.25% (+0.81%) compared to b76a8d7

Details

Codecov Report

❌ Patch coverage is 80.06029% with 463 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.25%. Comparing base (b76a8d7) to head (bd3400b).
⚠️ Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
core/mutation.cpp 72.60% 180 Missing ⚠️
core/haplosome.cpp 57.69% 55 Missing ⚠️
core/mutation_block.cpp 42.85% 48 Missing ⚠️
core/polymorphism.cpp 41.17% 40 Missing ⚠️
core/species.cpp 75.16% 37 Missing ⚠️
core/population.cpp 81.69% 28 Missing ⚠️
core/species_eidos.cpp 88.74% 26 Missing ⚠️
core/mutation_type.cpp 96.50% 10 Missing ⚠️
core/mutation_run.cpp 60.86% 9 Missing ⚠️
core/community.cpp 83.33% 8 Missing ⚠️
... and 10 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #531      +/-   ##
==========================================
+ Coverage   75.44%   76.25%   +0.81%     
==========================================
  Files         114      116       +2     
  Lines       72405    73788    +1383     
  Branches    12803    13079     +276     
==========================================
+ Hits        54624    56270    +1646     
+ Misses      17781    17518     -263     
Files with missing lines Coverage Δ
core/chromosome.h 48.48% <ø> (ø)
core/community.h 100.00% <ø> (ø)
core/community_eidos.cpp 91.43% <100.00%> (+0.13%) ⬆️
core/genomic_element.h 100.00% <ø> (ø)
core/genomic_element_type.h 100.00% <ø> (ø)
core/individual.cpp 53.45% <ø> (+5.08%) ⬆️
core/individual.h 32.75% <ø> (ø)
core/interaction_type.h 90.32% <ø> (ø)
core/log_file.cpp 29.52% <ø> (ø)
core/log_file.h 100.00% <ø> (ø)
... and 68 more

... and 6 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.