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

Increase test coverage of basic bean operations #18

Closed romeara closed 7 years ago

romeara commented 7 years ago

Test coverage reporting was being artificially decreased by lack of some basic bean tests. Add these tests to allow actual low coverage issues to be better identified

codecov-io commented 7 years ago

Current coverage is 87.07% (diff: 100%)

Merging #18 into master will increase coverage by 6.12%

@@             master        #18   diff @@
==========================================
  Files             7          7          
  Lines           147        147          
  Methods           0          0          
  Messages          0          0          
  Branches         23         23          
==========================================
+ Hits            119        128     +9   
+ Misses           16          9     -7   
+ Partials         12         10     -2   

Powered by Codecov. Last update 78acbbf...8e7c90d