From 95c860221788576bc94005f76c2719e74952f57b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 16 May 2019 15:12:31 -0400 Subject: Add codecov dep --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0dbd6a6..3fbc7a5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,7 +25,7 @@ steps: displayName: 'Install dependencies' - script: | - python -m pip install pytest pytest-azurepipelines pytest-codecov + python -m pip install pytest pytest-azurepipelines pytest-cov codecov pytest -v --cov=delivery_merge --cov-report=xml codecov --file coverage.xml displayName: 'pytest' -- cgit