From 7556f86176834b778ac9e690aefead1c3d4c6888 Mon Sep 17 00:00:00 2001 From: Javier Chavarri Date: Wed, 25 Oct 2023 13:25:18 +0000 Subject: [PATCH] add coverage to ci --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9935c8d..d3f4469 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,3 +50,6 @@ jobs: - name: Test run: make test + + - name: Coverage + run: make coverage