From fbb81b10ba8baff236ab9b60c170866dc7a7a067 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 16 May 2019 15:32:29 -0400 Subject: Only test tests --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 46c05af..ba3ad70 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,7 @@ steps: - script: | python -m pip install pytest pytest-azurepipelines pytest-cov codecov - pytest -v --cov=delivery_merge --cov-report=xml + pytest -v --cov=delivery_merge --cov-report=xml tests codecov -t $codecov_token env: codecov_token: $(CODECOV_TOKEN) -- cgit