diff options
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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) |