From ac3550dfd7abda3bd206e729340928875ec8b532 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sat, 9 Apr 2022 00:48:00 +0000 Subject: [PATCH] add lcov --- .github/workflows/ci-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index d88a5960..15e6f3a2 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -42,6 +42,7 @@ jobs: cd api/tacticalrmm source ../env/bin/activate coverage run manage.py test -v 2 + coverage lcov if [ $? -ne 0 ]; then exit 1 fi