ChristopheCVB / TouchPortalPluginSDK

This Project is an SDK to create a Touch Portal Plugin using Java or Kotlin and Gradle
GNU General Public License v3.0
38 stars 6 forks source link

core: Clean Packages & Dependencies #20 #21

Closed ChristopheCVB closed 3 years ago

ChristopheCVB commented 3 years ago

Fixes #20

Clean Prepare 7.0.0

codecov-commenter commented 3 years ago

Codecov Report

Merging #21 (8542921) into master (068e425) will increase coverage by 0.11%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #21      +/-   ##
============================================
+ Coverage     92.02%   92.13%   +0.11%     
+ Complexity      186      184       -2     
============================================
  Files            10       10              
  Lines           464      458       -6     
  Branches         88       88              
============================================
- Hits            427      422       -5     
  Misses           19       19              
+ Partials         18       17       -1     
Impacted Files Coverage Δ Complexity Δ
...m/christophecvb/touchportal/TouchPortalPlugin.java 94.26% <ø> (ø) 155.00 <0.00> (?)
...ristophecvb/touchportal/model/TPActionMessage.java 87.50% <ø> (ø) 4.00 <0.00> (?)
...tophecvb/touchportal/model/TPBroadcastMessage.java 100.00% <ø> (ø) 1.00 <0.00> (?)
...phecvb/touchportal/model/TPClosePluginMessage.java 100.00% <ø> (ø) 1.00 <0.00> (?)
...christophecvb/touchportal/model/TPInfoMessage.java 100.00% <ø> (ø) 1.00 <0.00> (?)
...ophecvb/touchportal/model/TPListChangeMessage.java 100.00% <ø> (ø) 1.00 <0.00> (?)
...com/christophecvb/touchportal/model/TPMessage.java 100.00% <ø> (ø) 1.00 <0.00> (?)
...stophecvb/touchportal/model/TPSettingsMessage.java 100.00% <ø> (ø) 1.00 <0.00> (?)
...rtal/model/deserializer/TPMessageDeserializer.java 100.00% <ø> (ø) 6.00 <0.00> (?)
.../touchportal/oauth2/OAuth2LocalServerReceiver.java 80.51% <ø> (ø) 13.00 <0.00> (?)
... and 1 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 068e425...8542921. Read the comment docs.