todvora / eet-client

Client and library for #EET communication - http://www.etrzby.cz/ , written in Java
MIT License
48 stars 26 forks source link

Significant client interface changes, switch to 3.x version #33

Closed todvora closed 7 years ago

todvora commented 7 years ago

Related to #15

codecov-io commented 7 years ago

Codecov Report

Merging #33 into master will increase coverage by 3.58%. The diff coverage is 37.98%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #33      +/-   ##
============================================
+ Coverage      40.8%   44.39%   +3.58%     
- Complexity       92      104      +12     
============================================
  Files            41       45       +4     
  Lines           620      615       -5     
  Branches         36       31       -5     
============================================
+ Hits            253      273      +20     
+ Misses          355      334      -21     
+ Partials         12        8       -4
Impacted Files Coverage Δ Complexity Δ
...ient/exceptions/RequestSerializationException.java 0% <0%> (ø) 0 <0> (?)
...asdvorak/eet/client/logging/WebserviceLogging.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...va/cz/tomasdvorak/eet/client/dto/SubmitResult.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...ak/eet/client/timing/TimingReceiveInterceptor.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...cz/tomasdvorak/eet/client/errors/EetErrorType.java 0% <0%> (ø) 0 <0> (?)
...masdvorak/eet/client/errors/EetErrorConverter.java 0% <0%> (ø) 0 <0> (?)
.../client/exceptions/ResponseWithErrorException.java 0% <0%> (ø) 0 <0> (?)
.../java/cz/tomasdvorak/eet/client/utils/IOUtils.java 55.55% <100%> (ø) 3 <1> (ø) :arrow_down:
.../tomasdvorak/eet/client/config/SubmissionType.java 100% <100%> (+100%) 3 <1> (+3) :arrow_up:
.../cz/tomasdvorak/eet/client/security/ServerKey.java 71.79% <100%> (+7.27%) 9 <4> (+3) :arrow_up:
... and 22 more

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 710ad03...3902cd2. Read the comment docs.