From 96827f3baf85629291306b0abe75d44837578e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Sat, 17 Jun 2023 11:21:08 +0200 Subject: [PATCH] Update test-pipeline.yml --- .github/workflows/test-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'