Arquisoft / InciManager_i2b

InciManager_i2b
MIT License
1 stars 2 forks source link

Use Jackson for JSON procesing #56

Closed alejgh closed 6 years ago

alejgh commented 6 years ago

Closes #23 I also tried to improve a bit the test coverage of the project.

codecov[bot] commented 6 years ago

Codecov Report

Merging #56 into master will increase coverage by 6.24%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #56      +/-   ##
=========================================
+ Coverage     88.76%   95%   +6.24%     
- Complexity      195   210      +15     
=========================================
  Files            25    24       -1     
  Lines           525   521       -4     
  Branches         65    63       -2     
=========================================
+ Hits            466   495      +29     
+ Misses           39    13      -26     
+ Partials         20    13       -7
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/uniovi/kafka/KafkaService.java 100% <100%> (+20%) 6 <2> (ø) :arrow_down:
...rc/main/java/com/uniovi/util/IncidentSelector.java 100% <100%> (+18%) 23 <15> (+5) :arrow_up:
src/main/java/com/uniovi/entities/Operator.java 98.03% <100%> (+18.87%) 28 <2> (+7) :arrow_up:
...a/com/uniovi/services/InsertSampleDataService.java 88.23% <0%> (-2.95%) 2% <0%> (-1%)
...rc/main/java/com/uniovi/services/TopicService.java 100% <0%> (+13.33%) 8% <0%> (+1%) :arrow_up:
...a/com/uniovi/util/IncidentPropertiesConverter.java 100% <0%> (+100%) 3% <0%> (+3%) :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 3e09a26...3b78fa8. Read the comment docs.