diff --git a/.github/workflows/test-pipeline.yml b/.github/workflows/test-pipeline.yml index bae63ec..5084c09 100644 --- a/.github/workflows/test-pipeline.yml +++ b/.github/workflows/test-pipeline.yml @@ -46,15 +46,18 @@ jobs: cd ../ ls -l - - name: ReportGenerator + - name: Report Generator uses: danielpalme/ReportGenerator-GitHub-Action@5.1.22 with: reports: './MewtocolTests/TestResults/coverage.opencover.xml' - targetdir: './MewtocolTests/Reports' + targetdir: './MewtocolTests/TestResults' reporttypes: Html_Dark;HtmlInline;MarkdownSummaryGithub;Badges historydir: './MewtocolTests/Hist' title: Report + - name: Markdown report + run: cat './MewtocolTests/TestResults/SummaryGithub.md' >> $GITHUB_STEP_SUMMARY + #Upload to codecov - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3