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

Move introspection APIs into trio.hazmat #325

Merged
merged 2 commits into from
Sep 16, 2017

Conversation

njsmith
Copy link
Member

@njsmith njsmith commented Sep 15, 2017

See #317

@njsmith njsmith mentioned this pull request Sep 15, 2017
17 tasks
@codecov
Copy link

codecov bot commented Sep 15, 2017

Codecov Report

Merging #325 into master will decrease coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #325      +/-   ##
==========================================
- Coverage   99.24%   99.08%   -0.16%     
==========================================
  Files          86       86              
  Lines       10327    10739     +412     
  Branches      726      782      +56     
==========================================
+ Hits        10249    10641     +392     
- Misses         61       71      +10     
- Partials       17       27      +10
Impacted Files Coverage Δ
trio/_toplevel_core_reexports.py 100% <ø> (ø) ⬆️
trio/hazmat.py 100% <ø> (ø) ⬆️
trio/__init__.py 100% <ø> (ø) ⬆️
trio/_socket.py 96.28% <0%> (-3.72%) ⬇️
trio/tests/test_socket.py 99.38% <0%> (-0.62%) ⬇️
trio/tests/test_highlevel_open_tcp_stream.py 100% <0%> (ø) ⬆️
trio/_abc.py 100% <0%> (ø) ⬆️
trio/tests/test_highlevel_socket.py 100% <0%> (ø) ⬆️
trio/tests/test_highlevel_open_tcp_listeners.py 100% <0%> (ø) ⬆️

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 6107b25...ce8d71f. Read the comment docs.

@njsmith
Copy link
Member Author

njsmith commented Sep 16, 2017

Coverage changes appear to be spurious, due to #326 being merged in between the Linux/Windows builds and the MacOS builds.

@njsmith njsmith merged commit 3b7eff5 into python-trio:master Sep 16, 2017
@njsmith njsmith deleted the issue-317 branch September 16, 2017 01:35
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