Skip to content

Commit e0cab94

Browse files
authored
Update coverage report paths in build.yml
1 parent d935133 commit e0cab94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • templates/opinionated-solution/.github/workflows

templates/opinionated-solution/.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
- name: Generate coverage report
179179
uses: danielpalme/ReportGenerator-GitHub-Action@v5
180180
with:
181-
reports: '../**/coverage.cobertura.xml;../**/cobertura-coverage.xml'
181+
reports: './**/coverage.cobertura.xml;./**/cobertura-coverage.xml'
182182
targetdir: 'coverage-report'
183183
historydir: 'coverage-history'
184184
reporttypes: 'Html;MarkdownSummary;MarkdownDeltaSummary;Cobertura'

0 commit comments

Comments
 (0)