add lcov
This commit is contained in:
parent
8278a4cfd9
commit
ac3550dfd7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue