Ran
|
Files
1157
|
Run time
34s
|
Badge
Embed ▾
README BADGES
|
github
Change OpenAPI resource location - By serving the Swagger UI via `index.html` we removed the PetStore demo Swagger interface that was also being served under the same location. See 94ee10d2f. - However, the OpenAPI schema (JSON format) stopped being served with that change (previously available under `/-json`) - Therefore, we now serve the Swagger UI under `/api`. The redirect from `/` was adjusted to redirect to `/api`. * Additionally, the `PetStore` is not served under `index.html`. * `index.html` now returns a 404 – as there is no resource under that path. * The Open API JSON schema can now be found in `/api-json`.
1866 of 2250 branches covered (82.93%)
Branch coverage included in aggregate %.
12926 of 13402 relevant lines covered (96.45%)
177.21 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|