AnemoneLabs / unmessage

Privacy enhanced instant messenger
GNU General Public License v3.0
42 stars 7 forks source link

Make unMessage's API asynchronous #70

Closed felipedau closed 7 years ago

felipedau commented 7 years ago

These are (unfinished) changes to fix #21.

codecov-io commented 7 years ago

Codecov Report

Merging #70 into develop will decrease coverage by 0.11%. The diff coverage is 0.51%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #70      +/-   ##
==========================================
- Coverage    11.01%   10.9%   -0.12%     
==========================================
  Files           23      23              
  Lines         3912    3972      +60     
==========================================
+ Hits           431     433       +2     
- Misses        3481    3539      +58
Impacted Files Coverage Δ
unmessage/log.py 0% <ø> (ø) :arrow_up:
unmessage/gui.py 0% <0%> (ø) :arrow_up:
unmessage/untalk.py 0% <0%> (ø) :arrow_up:
unmessage/contact.py 0% <0%> (ø) :arrow_up:
unmessage/peer.py 0% <0%> (ø) :arrow_up:
unmessage/cli.py 0% <0%> (ø) :arrow_up:
unmessage/ui.py 0% <0%> (ø) :arrow_up:
unmessage/errors.py 64.28% <33.33%> (-2.91%) :arrow_down:

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 1e1d58c...73454f2. Read the comment docs.