Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add auto reload support #27

Merged
merged 14 commits into from
Nov 7, 2023
Merged

add auto reload support #27

merged 14 commits into from
Nov 7, 2023

Conversation

nggit
Copy link
Owner

@nggit nggit commented Nov 5, 2023

No description provided.

@nggit nggit mentioned this pull request Nov 6, 2023
Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #27 (6ec381e) into master (8a4cd41) will increase coverage by 0.79%.
Report is 5 commits behind head on master.
The diff coverage is 87.25%.

❗ Current head 6ec381e differs from pull request most recent head 282f669. Consider uploading reports for the commit 282f669 to get more accurate results

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
+ Coverage   91.27%   92.07%   +0.79%     
==========================================
  Files          19       19              
  Lines        1720     1830     +110     
==========================================
+ Hits         1570     1685     +115     
+ Misses        150      145       -5     
Files Coverage Δ
tremolo/__main__.py 90.90% <100.00%> (+0.21%) ⬆️
tremolo/lib/connections.py 100.00% <100.00%> (ø)
tremolo/lib/contexts.py 100.00% <ø> (ø)
tremolo/lib/h1parser/parse_header.py 94.44% <100.00%> (+0.32%) ⬆️
tremolo/lib/pools.py 100.00% <ø> (ø)
tremolo/lib/websocket.py 93.06% <100.00%> (+0.06%) ⬆️
tremolo/asgi_lifespan.py 83.67% <0.00%> (+10.20%) ⬆️
tremolo/lib/http_protocol.py 88.77% <91.66%> (+1.05%) ⬆️
tremolo/lib/http_response.py 94.01% <92.50%> (-0.90%) ⬇️
tremolo/tremolo.py 92.14% <83.89%> (+1.36%) ⬆️

... and 2 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@nggit nggit merged commit 8354bd3 into master Nov 7, 2023
17 checks passed
@nggit nggit deleted the updates branch November 10, 2023 06:16
nggit added a commit that referenced this pull request Aug 8, 2024
* add auto reload support

* fix python tests below 3.8

* remove --reuse-port, as it's enabled by default

* add timeout option in tasks.create

---------

Co-authored-by: nggit <12218311+nggit@users.noreply.github.com>
nggit added a commit that referenced this pull request Aug 8, 2024
* add auto reload support

* fix python tests below 3.8

* remove --reuse-port, as it's enabled by default

* add timeout option in tasks.create

---------

Co-authored-by: nggit <12218311+nggit@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant