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