summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-02-27 08:46:19 +0100
committerDaniel Hahler <git@thequod.de>2019-02-27 10:02:11 +0100
commit5a0f379289dbcec8409ac17cf1ead414f33e0dcc (patch)
tree2fa8ed5954d9138957e0633cd02f28f8e8d93de3 /azure-pipelines.yml
parent0138e9cbb001b6ed3aab026737c83642603e9ff1 (diff)
downloadpytest-5a0f379289dbcec8409ac17cf1ead414f33e0dcc.tar.gz
ci: codecov: set name for uploads/builds
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 949c39fc4..e27f03ee8 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -120,3 +120,4 @@ jobs:
condition: eq(variables['PYTEST_COVERAGE'], '1')
env:
CODECOV_TOKEN: $(CODECOV_TOKEN)
+ PYTEST_CODECOV_NAME: $(tox.env)