StarChart-Labs / corona-ide

A exploratory project to build a lighter, simpler Java IDE - or learn trying!
Eclipse Public License 1.0
3 stars 1 forks source link

Switch to external manager for datastore operations #55

Closed romeara closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #55 into master will increase coverage by 0.21%. The diff coverage is 88.54%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #55      +/-   ##
============================================
+ Coverage     78.19%   78.41%   +0.21%     
- Complexity      125      128       +3     
============================================
  Files            25       27       +2     
  Lines           477      491      +14     
  Branches         33       34       +1     
============================================
+ Hits            373      385      +12     
- Misses           90       92       +2     
  Partials         14       14
Impacted Files Coverage Δ Complexity Δ
...om/coronaide/core/service/impl/ProjectService.java 97.05% <100%> (-0.13%) 11 <1> (ø)
...onaide/core/config/CoronaIdeCoreConfiguration.java 100% <100%> (ø) 6 <3> (+1) :arrow_up:
.../coronaide/core/service/impl/WorkspaceService.java 100% <100%> (ø) 2 <1> (ø) :arrow_down:
...oronaide/core/service/impl/ApplicationService.java 100% <100%> (ø) 2 <0> (ø) :arrow_down:
.../core/internal/service/impl/CoreConfiguration.java 100% <100%> (ø) 7 <0> (-1) :arrow_down:
.../coronaide/core/service/impl/DatastoreService.java 92.15% <100%> (+4.19%) 7 <1> (-11) :arrow_down:
...naide/core/internal/datastore/util/Datastores.java 71.42% <71.42%> (ø) 2 <2> (?)
...e/core/internal/service/impl/DatastoreManager.java 86.56% <86.56%> (ø) 12 <12> (?)

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 fffdbd4...23d8933. Read the comment docs.