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

Ease contributions #64

Closed echebbi closed 5 years ago

echebbi commented 5 years ago

Ease contributions by:

codecov[bot] commented 5 years ago

Codecov Report

Merging #64 into master will decrease coverage by 0.75%. The diff coverage is 74.46%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #64      +/-   ##
============================================
- Coverage     75.68%   74.92%   -0.76%     
+ Complexity      202      200       -2     
============================================
  Files            23       23              
  Lines           625      630       +5     
  Branches         63       62       -1     
============================================
- Hits            473      472       -1     
- Misses          139      145       +6     
  Partials         13       13
Impacted Files Coverage Δ Complexity Δ
...cord/rpc/integration/core/DiscordRpcLifecycle.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
.../discord/rpc/integration/core/DiscordRpcProxy.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...tegration/settings/ProjectPreferencesListener.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...scord/rpc/integration/listener/OnPostShutdown.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...ejiyu/discord/rpc/integration/settings/Moment.java 100% <100%> (ø) 1 <0> (ø) :arrow_down:
.../extensions/internal/UnknownInputRichPresence.java 100% <100%> (ø) 4 <3> (ø) :arrow_down:
...d/rpc/integration/listener/RunOnSettingChange.java 100% <100%> (ø) 12 <12> (ø) :arrow_down:
...u/discord/rpc/integration/core/SelectionTimes.java 100% <100%> (ø) 8 <8> (ø) :arrow_down:
...ntegration/settings/GlobalPreferencesListener.java 100% <100%> (ø) 14 <14> (ø) :arrow_down:
...ntegration/extensions/EditorInputRichPresence.java 100% <100%> (ø) 1 <1> (-2) :arrow_down:
... and 13 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 b096ccd...da16896. Read the comment docs.

echebbi commented 5 years ago

Code coverage has likely been decreased because of new lines introduced by applying the new code style. Don't mind it.