diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-16 15:07:39 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-16 15:07:39 -0400 |
commit | 6b64c17da0cf67054b0022c233827dfe77441d2c (patch) | |
tree | 6bffb64e2f4dd45a08ffcf3e7145e485eef187b4 | |
parent | a9c9fcb6c4e96ebb2d5514b9d922d1f234b388c6 (diff) | |
download | delivery_merge-6b64c17da0cf67054b0022c233827dfe77441d2c.tar.gz |
Update azure: use codecov
-rw-r--r-- | azure-pipelines.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2afca99..0dbd6a6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,6 +25,7 @@ steps: displayName: 'Install dependencies' - script: | - python -m pip install pytest pytest-azurepipelines - pytest -v + python -m pip install pytest pytest-azurepipelines pytest-codecov + pytest -v --cov=delivery_merge --cov-report=xml + codecov --file coverage.xml displayName: 'pytest' |