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

Move datastores to the API for use by external clients #56

Closed romeara closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #56 into master will not change coverage. The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #56   +/-   ##
=========================================
  Coverage     78.41%   78.41%           
  Complexity      128      128           
=========================================
  Files            27       27           
  Lines           491      491           
  Branches         34       34           
=========================================
  Hits            385      385           
  Misses           92       92           
  Partials         14       14
Impacted Files Coverage Δ Complexity Δ
...va/com/coronaide/core/model/WorkspaceMetaData.java 100% <ø> (ø) 6 <0> (?)
...java/com/coronaide/core/model/ProjectLocation.java 100% <ø> (ø) 6 <0> (?)
.../java/com/coronaide/core/model/CoreDatastores.java 50% <0%> (ø) 2 <0> (?)
...om/coronaide/core/service/impl/ProjectService.java 97.05% <100%> (ø) 11 <0> (ø) :arrow_down:

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 9a483c3...afb6e7a. Read the comment docs.