diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-16 15:12:31 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-16 15:12:31 -0400 |
commit | 95c860221788576bc94005f76c2719e74952f57b (patch) | |
tree | ac2893020cfc0eda2e8115dfcc993e57317e7070 /azure-pipelines.yml | |
parent | aff30f2a5753faf871a267ef659769014391920d (diff) | |
download | delivery_merge-95c860221788576bc94005f76c2719e74952f57b.tar.gz |
Add codecov dep
Diffstat (limited to 'azure-pipelines.yml')
-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 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' |