diff --git a/.github/workflows/test-pipeline.yml b/.github/workflows/test-pipeline.yml index 30eb33d..8b396a6 100644 --- a/.github/workflows/test-pipeline.yml +++ b/.github/workflows/test-pipeline.yml @@ -46,7 +46,7 @@ jobs: - name: ReportGenerator uses: danielpalme/ReportGenerator-GitHub-Action@5.1.22 with: - reports: '${{ github.workspace }}/MewtocolTests/TestResults' + reports: '${{ github.workspace }}/MewtocolTests/TestResults/coverage.opencover.xml' targetdir: '${{ github.workspace }}/MewtocolTests/Reports' reporttypes: Html_Dark;HtmlInline;MarkdownSummaryGithub;Badges historydir: '${{ github.workspace }}/MewtocolTests/Hist'