echebbi / eclipse-discord-integration

Discord's Rich Presence Integration within Eclipse IDE
https://discord-rich-presence-for-eclipse-ide.readthedocs.io/en/latest/
Other
45 stars 5 forks source link

[fix #55] Properly close connection with Discord on workbench shutdown #57

Closed echebbi closed 5 years ago

echebbi commented 5 years ago

Ensures that the connection with Discord is not left opened when closing Eclipse IDE, preventing the process from staying alive.

Set project's version to 1.0.1.

codecov[bot] commented 5 years ago

Codecov Report

Merging #57 into master will decrease coverage by 0.71%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #57      +/-   ##
============================================
- Coverage     74.23%   73.52%   -0.72%     
  Complexity      193      193              
============================================
  Files            22       23       +1     
  Lines           621      627       +6     
  Branches         63       63              
============================================
  Hits            461      461              
- Misses          147      153       +6     
  Partials         13       13
Impacted Files Coverage Δ Complexity Δ
...scord/rpc/integration/listener/OnPostShutdown.java 0% <0%> (ø) 0 <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 4e50daf...4c5473f. Read the comment docs.