Closed roman-mazur closed 6 years ago
Merging #23 into master will increase coverage by
0.05%
. The diff coverage is76.31%
.
@@ Coverage Diff @@
## master #23 +/- ##
============================================
+ Coverage 69.21% 69.27% +0.05%
- Complexity 1297 1310 +13
============================================
Files 199 200 +1
Lines 5302 5338 +36
Branches 812 818 +6
============================================
+ Hits 3670 3698 +28
- Misses 1283 1289 +6
- Partials 349 351 +2
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
.../com/stanfy/helium/gradle/tasks/SwaggerTask.groovy | 0% <0%> (ø) |
0 <0> (ø) |
:arrow_down: |
...java/com/stanfy/helium/swagger/SwaggerHandler.java | 82.35% <75%> (-0.53%) |
33 <1> (+2) |
|
...java/com/stanfy/helium/swagger/SwaggerOptions.java | 92% <92%> (ø) |
11 <11> (?) |
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 0f05094...699a4c3. Read the comment docs.
When Swagger generation is configured, we can configure what endpoints are included to prevent private APIs publication.