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 typing for _highlevel_open_tcp_listeners.py #2724

Merged
merged 27 commits into from
Aug 6, 2023

Merge branch 'master' into typing-highlevel-tcp

2ab89e4
Select commit
Loading
Failed to load commit list.
Merged

Add typing for _highlevel_open_tcp_listeners.py #2724

Merge branch 'master' into typing-highlevel-tcp
2ab89e4
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Aug 3, 2023 in 0s

98.90% (+0.00%) compared to 348713a

View this Pull Request on Codecov

98.90% (+0.00%) compared to 348713a

Details

Codecov Report

Merging #2724 (2ab89e4) into master (348713a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2724   +/-   ##
=======================================
  Coverage   98.90%   98.90%           
=======================================
  Files         113      113           
  Lines       16669    16683   +14     
  Branches     3021     3025    +4     
=======================================
+ Hits        16487    16501   +14     
  Misses        125      125           
  Partials       57       57           
Files Changed Coverage Δ
trio/__init__.py 100.00% <ø> (ø)
trio/_dtls.py 96.59% <ø> (ø)
trio/lowlevel.py 100.00% <ø> (ø)
trio/_highlevel_open_tcp_listeners.py 100.00% <100.00%> (ø)
trio/_tests/test_highlevel_open_tcp_listeners.py 98.32% <100.00%> (+0.06%) ⬆️