#2084: upload reports - azure cannot find things
This commit is contained in:
@@ -6,6 +6,18 @@ trigger:
|
||||
- bugfix/*
|
||||
- release/*
|
||||
|
||||
pr:
|
||||
autoCancel: true # automatically cancel PR if new push made
|
||||
drafts: true # get triggered when doing drafts
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
- dev
|
||||
- feature/*
|
||||
- hotfix/*
|
||||
- bugfix/*
|
||||
- release/*
|
||||
|
||||
parameters:
|
||||
# https://stackoverflow.com/a/70046417
|
||||
- name: matrix
|
||||
@@ -94,6 +106,6 @@ stages:
|
||||
condition: succeededOrFailed()
|
||||
inputs:
|
||||
codeCoverageTool: Cobertura
|
||||
summaryFileLocation: 'coverage.xml'
|
||||
reportDirectory: 'coverage_report'
|
||||
summaryFileLocation: './coverage.xml'
|
||||
reportDirectory: './coverage_report'
|
||||
failIfCoverageEmpty: true
|
||||
|
||||
Reference in New Issue
Block a user