Skip to content

Commit 59c06e3

Browse files
committed
docs: readme
1 parent bd6097c commit 59c06e3

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,19 @@
1616
<!-- test-count:embed:start -->
1717
<img src="https://img.shields.io/badge/unit_tests-213-brightgreen" alt="Unit tests (executed count)">
1818
<!-- test-count:embed:end -->
19-
</p>
20-
21-
`web` is built on top of [Echo](https://echo.labstack.com/), which is a fantastic HTTP framework with a fast router, strong middleware story, and a mature ecosystem. GoForj wraps it so applications can code against a smaller app-facing contract while still getting a high-quality underlying engine, reusable middleware packages, testing helpers, route indexing, and framework-owned integration points like Prometheus and generated wiring.
22-
2319
<!-- package-coverage:embed:start -->
20+
<p align="center">
2421
<img src="https://img.shields.io/badge/web-94.3%25-4c9a2a" alt="web coverage">
2522
<img src="https://img.shields.io/badge/adapter--echoweb-90.0%25-4c9a2a" alt="adapter/echoweb coverage">
2623
<img src="https://img.shields.io/badge/webindex-90.3%25-4c9a2a" alt="webindex coverage">
2724
<img src="https://img.shields.io/badge/webmiddleware-89.2%25-4c9a2a" alt="webmiddleware coverage">
2825
<img src="https://img.shields.io/badge/webprometheus-91.4%25-4c9a2a" alt="webprometheus coverage">
2926
<img src="https://img.shields.io/badge/webtest-100.0%25-4c9a2a" alt="webtest coverage">
27+
</p>
3028
<!-- package-coverage:embed:end -->
29+
</p>
30+
31+
`web` is built on top of [Echo](https://echo.labstack.com/), which is a fantastic HTTP framework with a fast router, strong middleware story, and a mature ecosystem. GoForj wraps it so applications can code against a smaller app-facing contract while still getting a high-quality underlying engine, reusable middleware packages, testing helpers, route indexing, and framework-owned integration points like Prometheus and generated wiring.
3132

3233
## Installation
3334

0 commit comments

Comments
 (0)