meyer-lab / tHMM

A general Python framework for using hidden Markov models on binary trees or cell lineage trees.
https://asmlab.org
MIT License
10 stars 1 forks source link

Rerun #927

Closed Farnazmdi closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #927 (0bfead4) into master (f8a261b) will increase coverage by 0.07%. The diff coverage is 94.11%.

:exclamation: Current head 0bfead4 differs from pull request most recent head b62ea53. Consider uploading reports for the commit b62ea53 to get more accurate results

@@            Coverage Diff             @@
##           master     #927      +/-   ##
==========================================
+ Coverage   81.69%   81.76%   +0.07%     
==========================================
  Files          26       26              
  Lines        2218     2227       +9     
==========================================
+ Hits         1812     1821       +9     
  Misses        406      406              
Flag Coverage Δ
unittests 81.76% <94.11%> (+0.07%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lineage/states/stateCommon.py 93.40% <50.00%> (ø)
lineage/tHMM.py 96.22% <94.73%> (+0.22%) :arrow_up:
lineage/BaumWelch.py 73.14% <100.00%> (+0.50%) :arrow_up:
lineage/UpwardRecursion.py 100.00% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more