Ran
|
Jobs
2
|
Files
584
|
Run time
7min
|
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`.
1825 of 2183 branches covered (83.6%)
Branch coverage included in aggregate %.
3 of 3 new or added lines in 2 files covered. (100.0%)
4 existing lines in 3 files now uncovered.6505 of 6712 relevant lines covered (96.92%)
361.68 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
99.12 |
0.01% | src/domain/safe/safe.repository.ts |
1 |
90.0 |
-10.0% | src/routes/transactions/entities/__tests__/human-description.builder.ts |
2 |
75.0 |
2.27% | src/domain/tokens/token.repository.ts |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | run-test:e2e:cov - 8345957128.1 | 978 |
50.47 |
GitHub Action Run | |
2 | run-test:cov - 8345957128.2 | 1157 |
94.51 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|