Closed tsbonev closed 6 years ago
Merging #125 into master will increase coverage by
0.12%
. The diff coverage is100%
.
@@ 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.
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.