From d054265b48abe2649eb42f73789208afdf022439 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 1 Jul 2020 06:50:44 -0700 Subject: [PATCH] another codecov on azure-pipelines attempt --- azure-pipelines.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a06839df..e6e8b93e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,7 +23,11 @@ jobs: - script: | python -m pip install --upgrade pip pip install -e .[dnssec,idna,doh,trio,curio] - displayName: 'Install dependencies' + displayName: 'Install python dependencies' + + - script: | + dotnet tool install --global Codecov.Tool + displayName: 'Install Codecov.Tool' - script: | pip install pytest pytest-cov pytest-azurepipelines @@ -41,3 +45,7 @@ jobs: codeCoverageTool: Cobertura summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml' # reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov' + + - script: | + codecov + displayName: 'Upload to codecov' -- 2.47.3