Update test-pipeline.yml

This commit is contained in:
Felix Weiß
2023-06-17 11:21:08 +02:00
committed by GitHub
parent 2df944da8c
commit 96827f3baf

View File

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