richtier / alexa-voice-service-client

Python Client for Alexa Voice Service (AVS)
MIT License
42 stars 29 forks source link

Handle multiple responses #23

Closed richtier closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #23 into master will increase coverage by 0.38%. The diff coverage is 97.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   92.95%   93.33%   +0.38%     
==========================================
  Files          12       12              
  Lines         227      255      +28     
==========================================
+ Hits          211      238      +27     
- Misses         16       17       +1
Impacted Files Coverage Δ
avs_client/__init__.py 100% <ø> (ø) :arrow_up:
avs_client/avs_client/client.py 100% <100%> (ø) :arrow_up:
avs_client/avs_client/connection.py 95.12% <100%> (-0.63%) :arrow_down:
avs_client/avs_client/authentication.py 100% <100%> (ø) :arrow_up:
avs_client/avs_client/helpers.py 98.07% <97.14%> (-1.93%) :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 91b9780...4863b9d. Read the comment docs.