ci: attempt to fix Coverage not being registered
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
[run]
|
||||
source = passbook
|
||||
branch = True
|
||||
relative_files = True
|
||||
omit =
|
||||
*/wsgi.py
|
||||
manage.py
|
||||
|
@ -232,7 +232,6 @@ stages:
|
||||
codeCoverageTool: 'Cobertura'
|
||||
summaryFileLocation: 'coverage.xml'
|
||||
pathToSources: '$(System.DefaultWorkingDirectory)'
|
||||
reportDirectory: 'htmlcov'
|
||||
- task: PublishTestResults@2
|
||||
condition: succeededOrFailed()
|
||||
inputs:
|
||||
|
Reference in New Issue
Block a user