diff --git a/README.md b/README.md index 2d5acebd..9e08c323 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![CI](https://github.com/inkognitro/oas-tszod-gen/actions/workflows/ci.yml/badge.svg)](https://github.com/inkognitro/oas-tszod-gen/actions?query=workflow%3Aci) -![Total](./badges/jest/coverage-total.svg) +[![continuous integration pipeline](https://github.com/inkognitro/oas-tszod-gen/actions/workflows/ci.yml/badge.svg)](https://github.com/inkognitro/oas-tszod-gen/actions?query=workflow%3Aci) +![test coverage](https://github.com/inkognitro/oas-tszod-gen/blob/main/badge.ts) # oas-tszod-gen A code generator to convert [OpenApi version 3 (OAS3)](https://swagger.io/specification/) specifications into endpoint caller functions for [TS](https://www.typescriptlang.org/) and [Zod](https://zod.dev).