From bd64e8591186559e033e8ca344a257a06a0c335a Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 16 May 2019 15:17:49 -0400 Subject: Map token --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3fbc7a5..5fec18c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,5 +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 + codecov --file coverage.xml -t $codecov_token + env: + codecov_token: $(CODECOV_TOKEN) displayName: 'pytest' -- cgit