Skip to content

Commit

Permalink
📝 Update readme with codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
balath committed Mar 16, 2021
1 parent 47099fd commit bc672b2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Build Status](https://travis-ci.org/ScalaBot-Team/PalaBrot.svg?branch=master)](https://travis-ci.org/ScalaBot-Team/PalaBrot)
![Actions](https://github.com/ScalaBot-Team/PalaBrot/actions/workflows/scala.yml/badge.svg)
[![codecov](https://codecov.io/gh/ScalaBot-Team/PalaBrot/branch/master/graph/badge.svg?token=FATJCF9P7O)](https://codecov.io/gh/ScalaBot-Team/PalaBrot)
# PalaBrot: Un bot para hacer las conversaciones menos peñazo

PalaBrot es un bot de Telegram que resume a través de distintas técnicas de procesamiento del lenguaje natural los
Expand Down Expand Up @@ -28,16 +29,21 @@ Para los tests se utiliza el framework [MUnit](https://scalameta.org/munit/) con
## Instrucciones / Instructions

Como gestor de tareas, usamos `sbt` que usa `build.sbt` como archivo de configuración y declaración. Para ejecutar
los tests no se debe usar:
los tests **NO** se debe usar:

```
build.sbt test
build.sbt coverage
```

Sino
Sino esta secuencia de comandos, que incluyen los necesarios para habilitar la generación de informes de cobertura
realizar los tests y generar el informe de cobertura

```
sbt clean
sbt coverage
sbt test
sbt coverageReport
```

## Integrantes
Expand Down

0 comments on commit bc672b2

Please sign in to comment.