From 51d66ad9b7e399e44813c8f38a4eec56fae8ab74 Mon Sep 17 00:00:00 2001 From: Alex Almeida Date: Tue, 13 Aug 2024 13:54:05 +0200 Subject: [PATCH] doc: add coveralls information --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c579fd3..98a4177 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ ## Banco Simples +[![Coverage Status](https://coveralls.io/repos/github/almeidaalex/bank/badge.svg?branch=main)](https://coveralls.io/github/almeidaalex/bank?branch=main) Esse projeto tem como intenção simular algumas operações bancárias, de maneira simplificada com ações como: Depositar, Sacar e Pagar.