#2084: upload reports - azure cannot find things

This commit is contained in:
Czar Echavez
2023-11-30 19:21:11 +00:00
parent bfb631f88c
commit d60250e1b8

View File

@@ -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