AnemoneLabs / unmessage

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

Move conversation logic to `Conversation` #83

Closed felipedau closed 7 years ago

felipedau commented 7 years ago

These are changes to fix #66.

codecov-io commented 7 years ago

Codecov Report

Merging #83 into develop will increase coverage by 0.02%. The diff coverage is 73.78%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #83      +/-   ##
===========================================
+ Coverage    47.77%   47.79%   +0.02%     
===========================================
  Files           29       29              
  Lines         4377     4377              
===========================================
+ Hits          2091     2092       +1     
+ Misses        2286     2285       -1
Impacted Files Coverage Δ
unmessage/cli.py 0% <0%> (ø) :arrow_up:
unmessage/gui.py 0% <0%> (ø) :arrow_up:
tests/test_conversation.py 100% <100%> (ø) :arrow_up:
tests/test_file_transfer.py 100% <100%> (ø) :arrow_up:
unmessage/peer.py 76.1% <75.69%> (+0.09%) :arrow_up:

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 13c900b...ec23f38. Read the comment docs.