From 1f00af9add0287c2bba84fd2d4a0d2fa38d35d9e Mon Sep 17 00:00:00 2001 From: James Tocknell Date: Sun, 6 Oct 2019 22:01:38 +1100 Subject: [PATCH] WIP: test where files are --- ci/azure-pipelines-steps.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/azure-pipelines-steps.yml b/ci/azure-pipelines-steps.yml index 4fea4eace..1f07b076c 100644 --- a/ci/azure-pipelines-steps.yml +++ b/ci/azure-pipelines-steps.yml @@ -69,8 +69,11 @@ steps: - script: | tox + ls displayName: 'tox' - script: | + pwd + ls codecov --required -t 813fb6da-087d-4b36-a185-5a530cab3455 --file coverage.xml displayName: 'codecov'