From: Bob Halley Date: Wed, 1 Jul 2020 14:01:33 +0000 (-0700) Subject: getting closer with codecov on azure... X-Git-Tag: v2.0.0rc2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab5a3773064080fa0b2544f6821ee0db7d12d97e;p=thirdparty%2Fdnspython.git getting closer with codecov on azure... --- 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'