From 573cab17ba37dc16edca303f11f9447734f7e66c Mon Sep 17 00:00:00 2001 From: pentreathm Date: Wed, 16 Oct 2024 18:24:42 -0300 Subject: [PATCH] docs: add coverage badge (#371) * docs: add coverage badge * docs: add coverage badge --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e608f125..0911f872 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ # Catalyst: Lambdas v2 +[![Coverage Status](https://coveralls.io/repos/github/decentraland/lamb2/badge.svg?branch=coverage)](https://coveralls.io/github/decentraland/lamb2?branch=coverage) + The lamb2 service is a new implementation that replaces the previous lambdas service bundle associated with Catalyst nodes. The lambdas service provides an API for interacting with Catalyst Content Servers, assisting in the resolution of entities and assets for any Decentraland client. You can explore the Lambdas API along with the rest of the Catalyst API [here](https://decentraland.github.io/catalyst-api-specs/#tag/Lambdas). You may also want to check the following resources: - [Catalyst Owner](https://github.com/decentraland/catalyst-owner): This bundle of services allows you to deploy a Catalyst node and incorporates the lamb2 service. - [Catalyst](https://github.com/decentraland/catalyst): This repository contains the implementation of the content server. +[Catalyst Owner](https://github.com/decentraland/catalyst-owner): This bundle of services allows you to deploy a Catalyst node and incorporates the lamb2 service. +[Catalyst](https://github.com/decentraland/catalyst): This repository contains the implementation of the content server. ## Running the Server