Open derom opened 4 years ago
Merging #19 into master will decrease coverage by
0.01%
. The diff coverage is75%
.
@@ Coverage Diff @@
## master #19 +/- ##
==========================================
- Coverage 75.92% 75.91% -0.02%
==========================================
Files 5 5
Lines 324 328 +4
==========================================
+ Hits 246 249 +3
- Misses 78 79 +1
Impacted Files | Coverage Δ | |
---|---|---|
wsstat/main.py | 91.66% <100%> (+0.36%) |
:arrow_up: |
wsstat/clients.py | 70.58% <66.66%> (-0.07%) |
: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 f7c91eb...83dd683. Read the comment docs.
There is no "WebSocket connection is closed" anymore https://github.com/aaugustin/websockets/commit/8d907e029996a5563ceb5b65e02406c442674733#diff-edaffe2a8ed181f48999c520ad93d60cL17 so I changed the expected message
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 75.00000%
with 1 line
in your changes missing coverage. Please review.
Please upload report for BASE (
master@f7c91eb
). Learn more about missing BASE report.
Files | Patch % | Lines |
---|---|---|
wsstat/clients.py | 66.66% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hey! First of all, thanks for this repo. It would be nice to have the ability to send a message to websocket server. For example, subscribe to a specific channel of messages before starting a test.