speechmatics / speechmatics-python

Python library and CLI for Speechmatics
https://speechmatics.github.io/speechmatics-python/
MIT License
58 stars 14 forks source link

WIP: Req 12092 partial sample fix #13

Closed DavidHowlett closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #13 into master will decrease coverage by 0.16%. The diff coverage is 91.3%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #13      +/-   ##
=========================================
- Coverage   87.56%   87.4%   -0.17%     
=========================================
  Files           3       3              
  Lines         370     381      +11     
  Branches       70      72       +2     
=========================================
+ Hits          324     333       +9     
- Misses         27      28       +1     
- Partials       19      20       +1
Impacted Files Coverage Δ
speechmatics/cli.py 80.11% <0%> (-0.95%) :arrow_down:
speechmatics/client.py 91.19% <100%> (+0.52%) :arrow_up:
speechmatics/models.py 100% <100%> (ø) :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 e57c524...4b8d96e. Read the comment docs.

DavidHowlett commented 4 years ago

On further investigation this fix is not needed. The real fix has been placed in https://github.com/speechmatics/speechmatics-python/pull/14