awslabs / amazon-transcribe-streaming-sdk

The Amazon Transcribe Streaming SDK is an async Python SDK for converting audio into text via Amazon Transcribe.
Apache License 2.0
151 stars 38 forks source link

v0.6.0 #71

Closed nateprewitt closed 2 years ago

nateprewitt commented 2 years ago

v0.6.0

codecov-commenter commented 2 years ago

Codecov Report

Merging #71 (55c6a95) into develop (86ee6e4) will increase coverage by 0.03%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop      #71      +/-   ##
===========================================
+ Coverage    88.95%   88.98%   +0.03%     
===========================================
  Files           34       34              
  Lines         1919     1925       +6     
===========================================
+ Hits          1707     1713       +6     
  Misses         212      212              
Flag Coverage Δ
unittests 88.98% <100.00%> (+0.03%) :arrow_up:

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

Impacted Files Coverage Δ
amazon_transcribe/__init__.py 100.00% <100.00%> (ø)
amazon_transcribe/client.py 55.55% <0.00%> (ø)
tests/unit/test_deserialize.py 100.00% <0.00%> (ø)
amazon_transcribe/deserialize.py 98.14% <0.00%> (+0.01%) :arrow_up:
amazon_transcribe/serialize.py 97.95% <0.00%> (+0.04%) :arrow_up:
amazon_transcribe/model.py 91.95% <0.00%> (+0.18%) :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 86ee6e4...55c6a95. Read the comment docs.