From 84165565530c1ad99e7796267cedb3d3a4ef128c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 16 May 2019 15:26:11 -0400 Subject: no coverage file name --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit