tsbonev / nharker

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

nharker-core: remove generic paginators #168

Closed tsbonev closed 6 years ago

tsbonev commented 6 years ago

Removed useless generic paginators and moved pagination logic into articles. Closes #166.

codecov[bot] commented 6 years ago

Codecov Report

Merging #168 into master will decrease coverage by 0.11%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #168      +/-   ##
===========================================
- Coverage     96.72%   96.6%   -0.12%     
+ Complexity      283     272      -11     
===========================================
  Files            32      30       -2     
  Lines           885     855      -30     
  Branches         79      78       -1     
===========================================
- Hits            856     826      -30     
  Misses            5       5              
  Partials         24      24
Impacted Files Coverage Δ Complexity Δ
.../tsbonev/nharker/adapter/nitrite/NitriteEntries.kt 100% <ø> (ø) 13 <0> (-2) :arrow_down:
...rc/main/kotlin/com/tsbonev/nharker/core/Article.kt 100% <ø> (ø) 7 <0> (ø) :arrow_down:
...bonev/nharker/adapter/nitrite/NitriteCatalogues.kt 97.36% <ø> (-0.14%) 25 <0> (-2)
...tsbonev/nharker/server/workflow/ArticleWorkflow.kt 96.82% <100%> (+0.24%) 27 <2> (+2) :arrow_up:
...tsbonev/nharker/adapter/nitrite/NitriteArticles.kt 100% <100%> (ø) 34 <7> (+5) :arrow_up:
.../tsbonev/nharker/server/helpers/ExceptionLogger.kt 100% <100%> (ø) 19 <0> (-1) :arrow_down:

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 0b353ff...7f80949. Read the comment docs.