Arquisoft / InciManager_i2b

InciManager_i2b
MIT License
1 stars 2 forks source link

Modified entities and added tests #40

Closed alejgh closed 6 years ago

alejgh commented 6 years ago

There were some changes in the entities of the InciDashboard:

This does not affect the behaviour of our module, but it needs to be added in order to have the same db Schema. I also added some extra tests to the Encryptor and the entities.

codecov[bot] commented 6 years ago

Codecov Report

Merging #40 into master will increase coverage by 4.2%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##             master     #40     +/-   ##
==========================================
+ Coverage      84.2%   88.4%   +4.2%     
- Complexity      169     185     +16     
==========================================
  Files            25      25             
  Lines           500     509      +9     
  Branches         58      58             
==========================================
+ Hits            421     450     +29     
+ Misses           53      39     -14     
+ Partials         26      20      -6
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/uniovi/entities/Incident.java 90.41% <100%> (+0.85%) 33 <3> (+3) :arrow_up:
src/main/java/com/uniovi/entities/Operator.java 84.44% <100%> (+15.39%) 21 <2> (+5) :arrow_up:
src/main/java/com/uniovi/entities/AgentInfo.java 85.36% <0%> (+21.95%) 19% <0%> (+5%) :arrow_up:
src/main/java/com/uniovi/util/JasyptEncryptor.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 77200c3...0cd02d9. Read the comment docs.