We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d935133 commit e0cab94Copy full SHA for e0cab94
1 file changed
templates/opinionated-solution/.github/workflows/build.yml
@@ -178,7 +178,7 @@ jobs:
178
- name: Generate coverage report
179
uses: danielpalme/ReportGenerator-GitHub-Action@v5
180
with:
181
- reports: '../**/coverage.cobertura.xml;../**/cobertura-coverage.xml'
+ reports: './**/coverage.cobertura.xml;./**/cobertura-coverage.xml'
182
targetdir: 'coverage-report'
183
historydir: 'coverage-history'
184
reporttypes: 'Html;MarkdownSummary;MarkdownDeltaSummary;Cobertura'
0 commit comments