From ab5a3773064080fa0b2544f6821ee0db7d12d97e Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 1 Jul 2020 07:01:33 -0700 Subject: [PATCH] getting closer with codecov on azure... --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e6e8b93e..034fc466 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,5 +47,5 @@ jobs: # reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov' - script: | - codecov + codecov -f coverage.xml displayName: 'Upload to codecov' -- 2.47.3