add lcov
This commit is contained in:
parent
8278a4cfd9
commit
ac3550dfd7
|
@ -42,6 +42,7 @@ jobs:
|
||||||
cd api/tacticalrmm
|
cd api/tacticalrmm
|
||||||
source ../env/bin/activate
|
source ../env/bin/activate
|
||||||
coverage run manage.py test -v 2
|
coverage run manage.py test -v 2
|
||||||
|
coverage lcov
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue