meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
250 stars 72 forks source link

New onion api #243

Closed meejah closed 6 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #243 into master will decrease coverage by 3.39%. The diff coverage is 76.83%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #243     +/-   ##
=========================================
- Coverage   99.94%   96.55%   -3.4%     
=========================================
  Files          20       21      +1     
  Lines        3662     4150    +488     
=========================================
+ Hits         3660     4007    +347     
- Misses          2      143    +141
Impacted Files Coverage Δ
txtorcon/socks.py 100% <ø> (ø) :arrow_up:
txtorcon/stream.py 100% <ø> (ø) :arrow_up:
txtorcon/spaghetti.py 100% <ø> (ø) :arrow_up:
txtorcon/router.py 100% <100%> (ø) :arrow_up:
txtorcon/interface.py 100% <100%> (ø) :arrow_up:
txtorcon/torstate.py 100% <100%> (ø) :arrow_up:
txtorcon/onion.py 66.4% <66.4%> (ø)
txtorcon/torcontrolprotocol.py 99.76% <88.88%> (-0.24%) :arrow_down:
txtorcon/util.py 98.71% <90%> (-0.4%) :arrow_down:
txtorcon/torconfig.py 98.54% <90.14%> (-1.46%) :arrow_down:
... and 2 more

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 4193b00...dd9985b. Read the comment docs.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-3.4%) to 96.554% when pulling dd9985b42d306c1a0baeb018728758e48b9504c4 on new-onion-api into 4193b00403487775fbe564312560046d1f5d62ee on master.