test coveralls 2

This commit is contained in:
wh1te909 2020-12-16 10:41:39 +00:00
parent c8be713d11
commit 48e6fc0efe
1 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,9 @@ jobs:
displayName: "Run django tests"
- script: |
pip install coveralls
cd /myagent/_work/1/s/api
source env/bin/activate
cd /myagent/_work/1/s/api/tacticalrmm
export CIRCLE_BRANCH=$BUILD_SOURCEBRANCH
coveralls
displayName: "coveralls"