Closed tsbonev closed 5 years ago
Merging #204 into master will decrease coverage by
0.08%
. The diff coverage is63.93%
.
@@ Coverage Diff @@
## master #204 +/- ##
============================================
- Coverage 94.32% 94.23% -0.09%
Complexity 285 285
============================================
Files 33 35 +2
Lines 987 989 +2
Branches 103 105 +2
============================================
+ Hits 931 932 +1
+ Misses 15 14 -1
- Partials 41 43 +2
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
.../kotlin/com/tsbonev/nharker/server/AppBootstrap.kt | 53.84% <100%> (-6.87%) |
0 <0> (ø) |
|
...sbonev/nharker/server/adapter/ktor/RouteHelpers.kt | 20% <20%> (ø) |
0 <0> (?) |
|
...nev/nharker/server/adapter/ktor/CataloguesRoute.kt | 67.27% <67.27%> (ø) |
0 <0> (?) |
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 ef1a650...3ccf755. Read the comment docs.
Utilized extension functions to separate the specific route logic from the general configuration file. Closes #203.