tsbonev / nharker

NHaker - an offline writing organization tool
0 stars 0 forks source link

nharker-server: add pagination workflow #125

Closed tsbonev closed 6 years ago

tsbonev commented 6 years ago

Added a pagination workflow that works with the implemented paginators, closes #107. Added CatalogueCircularInheritanceException in the Catalogues interface and tested it up the chain, fixes #124.

codecov[bot] commented 6 years ago

Codecov Report

Merging #125 into master will increase coverage by 0.12%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #125      +/-   ##
============================================
+ Coverage     96.74%   96.87%   +0.12%     
- Complexity      254      262       +8     
============================================
  Files            31       32       +1     
  Lines           861      896      +35     
  Branches         77       80       +3     
============================================
+ Hits            833      868      +35     
  Misses            7        7              
  Partials         21       21
Impacted Files Coverage Δ Complexity Δ
...onev/nharker/server/workflow/PaginationWorkflow.kt 100% <100%> (ø) 5 <5> (?)
...sbonev/nharker/adapter/nitrite/NitritePaginator.kt 100% <100%> (ø) 8 <0> (ø) :arrow_down:
...bonev/nharker/server/workflow/CatalogueWorkflow.kt 100% <100%> (ø) 13 <0> (ø) :arrow_down:
.../tsbonev/nharker/server/helpers/ExceptionLogger.kt 100% <100%> (ø) 20 <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 a4969c8...f19c89e. Read the comment docs.