nttcslab-sp / kaldiio

A pure python module for reading and writing kaldi ark files
Other
249 stars 35 forks source link

Implement load_scp_sequential #16

Closed kamo-naoyuki closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #16 into master will increase coverage by 2.7%. The diff coverage is 84.5%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #16     +/-   ##
=========================================
+ Coverage   81.31%   84.02%   +2.7%     
=========================================
  Files           6        6             
  Lines        1001     1008      +7     
=========================================
+ Hits          814      847     +33     
+ Misses        187      161     -26
Impacted Files Coverage Δ
kaldiio/compression_header.py 87.8% <ø> (-0.15%) :arrow_down:
kaldiio/__init__.py 88.23% <100%> (+0.73%) :arrow_up:
kaldiio/wavio.py 53.96% <100%> (ø) :arrow_up:
kaldiio/utils.py 84.45% <50%> (+4.16%) :arrow_up:
kaldiio/highlevel.py 80.95% <83.33%> (+10.58%) :arrow_up:
kaldiio/matio.py 87.12% <85.24%> (+0.52%) :arrow_up:

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 c34e052...a5b6330. Read the comment docs.