Arquisoft / Loader_i3a

Loader module
The Unlicense
5 stars 3 forks source link

Tests for increasing codecov #35

Closed eleallegue closed 6 years ago

eleallegue commented 6 years ago

Still woring on issue #33 , few tests remaining

codecov[bot] commented 6 years ago

Codecov Report

Merging #35 into master will increase coverage by 2.31%. The diff coverage is 44.44%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #35      +/-   ##
============================================
+ Coverage     66.91%   69.23%   +2.31%     
- Complexity       33       36       +3     
============================================
  Files             5        5              
  Lines           133      130       -3     
  Branches         18       17       -1     
============================================
+ Hits             89       90       +1     
+ Misses           43       39       -4     
  Partials          1        1
Impacted Files Coverage Δ Complexity Δ
...java/es/uniovi/asw/loader_client/InsertAgents.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
src/main/java/logger/Logger.java 83.33% <0%> (ø) 8 <0> (ø) :arrow_down:
...s/uniovi/asw/loader_client/parser/ExcelParser.java 96.77% <100%> (+1.61%) 19 <0> (+2) :arrow_up:
.../java/es/uniovi/asw/loader_client/types/Agent.java 93.75% <100%> (+5.51%) 9 <0> (+1) :arrow_up:

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 4ced4e0...3bda750. Read the comment docs.

eleallegue commented 6 years ago

Still working ont the InsertDataTest class for testint the insertion of data.