hichamjanati / pyldpc

Creation of LDPC codes & simulation of coding and decoding binary data. Applications to sound and image files.
BSD 3-Clause "New" or "Revised" License
119 stars 32 forks source link

release 0.7.9 #14

Closed hichamjanati closed 4 years ago

hichamjanati commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #14 into master will decrease coverage by 5.28%. The diff coverage is 32.89%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #14      +/-   ##
=======================================
- Coverage   89.28%   84%   -5.29%     
=======================================
  Files          14    14              
  Lines         588   650      +62     
  Branches       91   111      +20     
=======================================
+ Hits          525   546      +21     
- Misses         40    82      +42     
+ Partials       23    22       -1
Impacted Files Coverage Δ
pyldpc/ldpc_images.py 86.2% <100%> (ø) :arrow_up:
pyldpc/tests/test_image.py 100% <100%> (ø) :arrow_up:
pyldpc/_version.py 100% <100%> (ø) :arrow_up:
pyldpc/tests/test_decoding.py 100% <100%> (ø) :arrow_up:
pyldpc/code.py 95.23% <100%> (+9.52%) :arrow_up:
pyldpc/tests/test_audio.py 100% <100%> (ø) :arrow_up:
pyldpc/decoder.py 61.98% <20.83%> (-25.2%) :arrow_down:
pyldpc/utils.py 73.55% <23.52%> (-8.36%) :arrow_down:

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 95e1334...64853f0. Read the comment docs.