diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-16 15:26:11 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-16 15:26:11 -0400 |
commit | 84165565530c1ad99e7796267cedb3d3a4ef128c (patch) | |
tree | 158ef5dfc48e47fbad0a4816572c6ac28d88e56d /azure-pipelines.yml | |
parent | bd64e8591186559e033e8ca344a257a06a0c335a (diff) | |
download | delivery_merge-84165565530c1ad99e7796267cedb3d3a4ef128c.tar.gz |
no coverage file name
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 5fec18c..46c05af 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,7 +27,7 @@ steps: - script: | python -m pip install pytest pytest-azurepipelines pytest-cov codecov pytest -v --cov=delivery_merge --cov-report=xml - codecov --file coverage.xml -t $codecov_token + codecov -t $codecov_token env: codecov_token: $(CODECOV_TOKEN) displayName: 'pytest' |