Skip to content

Conversation

@merrellb
Copy link
Contributor

Combining my two favorite projects by @njsmith

Combine my two favorite projects by @njsmith
@codecov
Copy link

codecov bot commented Apr 26, 2017

Codecov Report

Merging #46 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #46   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          21     21           
  Lines         904    908    +4     
  Branches      173    177    +4     
=====================================
+ Hits          904    908    +4
Impacted Files Coverage Δ
h11/_headers.py 100% <0%> (ø) ⬆️
h11/__init__.py
bench/benchmarks/__init__.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 a880823...0837465. Read the comment docs.

njsmith added 2 commits June 29, 2017 16:06
The curio server helpers do this automatically; since here we're using
a lower-level API we need to do it by hand. (Of course in the future
trio will have its own helper API and we can get rid of all of this...)
@codecov-io
Copy link

Codecov Report

Merging #46 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #46   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          21     21           
  Lines         904    908    +4     
  Branches      173    177    +4     
=====================================
+ Hits          904    908    +4
Impacted Files Coverage Δ
h11/_headers.py 100% <0%> (ø) ⬆️
h11/__init__.py
bench/benchmarks/__init__.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 a880823...516c1a4. Read the comment docs.

@njsmith
Copy link
Member

njsmith commented Jan 17, 2018

Now that Trio finally has a solid set of highlevel networking APIs, I just updated this to use them and switched over the examples to using Trio consistently. Now let's see what Travis thinks...

@njsmith
Copy link
Member

njsmith commented Jan 17, 2018

...or maybe this is a doc-only change and we don't currently test docs, plus travis is down anyway. YOLO!

@njsmith njsmith merged commit f6dcd92 into python-hyper:master Jan 17, 2018
@jmehnle
Copy link

jmehnle commented Jun 27, 2018

I wish you hadn't removed the curio example. It's useful.

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.

4 participants