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 out older IO operations for nio equivalents #44

Closed romeara closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #44 into master will increase coverage by 1.66%. The diff coverage is 94.44%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #44      +/-   ##
============================================
+ Coverage     84.81%   86.47%   +1.66%     
  Complexity      115      115              
============================================
  Files            22       22              
  Lines           395      392       -3     
  Branches         33       32       -1     
============================================
+ Hits            335      339       +4     
+ Misses           45       41       -4     
+ Partials         15       12       -3
Impacted Files Coverage Δ Complexity Δ
.../coronaide/core/service/impl/DatastoreService.java 87.96% <94.44%> (+5.98%) 18 <2> (ø) :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 2c72e98...cde7656. Read the comment docs.