From 48e6fc0efe41f5a76599d6ee5cf34b0ae42bbe33 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Wed, 16 Dec 2020 10:41:39 +0000 Subject: [PATCH] test coveralls 2 --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ff96e279..d5a61eac 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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"