We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7e325 commit 8ba7215Copy full SHA for 8ba7215
.azure-pipelines/build-template.yml
@@ -76,7 +76,6 @@ jobs:
76
77
sudo ./tests/tests && redis-cli FLUSHALL && pytest
78
79
- cd common
80
mkdir -p htmlcov
81
gcovr -r ./ --html --html-details -o htmlcov/index.html
82
gcovr -r ./ -x -o coverage.xml
@@ -96,6 +95,6 @@ jobs:
96
95
- task: PublishCodeCoverageResults@1
97
inputs:
98
codeCoverageTool: Cobertura
99
- summaryFileLocation: '$(System.DefaultWorkingDirectory)/common/coverage.xml'
+ summaryFileLocation: '$(System.DefaultWorkingDirectory)/coverage.xml'
100
reportDirectory: '$(System.DefaultWorkingDirectory)/htmlcov/'
101
displayName: 'Publish test coverage'
0 commit comments