Fitblip / wsstat

Websocket stress testing made beautiful
MIT License
173 stars 24 forks source link

fix connection's states location to enum State #6

Closed olshevskiy87 closed 6 years ago

olshevskiy87 commented 6 years ago

according to these changes in websockets lib for version 4.0

codecov-io commented 6 years ago

Codecov Report

Merging #6 into master will decrease coverage by 0.62%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
- Coverage   76.41%   75.78%   -0.63%     
==========================================
  Files           5        5              
  Lines         318      318              
==========================================
- Hits          243      241       -2     
- Misses         75       77       +2
Impacted Files Coverage Δ
wsstat/gui.py 89.24% <100%> (ø) :arrow_up:
wsstat/clients.py 70.39% <50%> (-0.56%) :arrow_down:
wsstat/demo.py 47.82% <0%> (-4.35%) :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 14a12be...25c68a9. Read the comment docs.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.6%) to 75.786% when pulling 25c68a990eaf5b3eda18ab0307e872d15c3213cb on olshevskiy87:t1 into 14a12be889f675b62e15445c43a8403c559a4587 on Fitblip:master.

Fitblip commented 6 years ago

Hey @olshevskiy87 - not sure how this slipped off my radar, but huge thanks for the PR. I was catching up and merged #8 first, so I'm going to just close this.

Cheers, and thanks again for the PR!