From c1678ae6b4197f13e552a189588a43cdda7432c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Sun, 18 Jun 2023 22:16:19 +0200 Subject: [PATCH] Update test-pipeline.yml --- .github/workflows/test-pipeline.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-pipeline.yml b/.github/workflows/test-pipeline.yml index 047a108..18a56dd 100644 --- a/.github/workflows/test-pipeline.yml +++ b/.github/workflows/test-pipeline.yml @@ -54,7 +54,7 @@ jobs: with: reports: './MewtocolTests/TestResults/coverage.opencover.xml' targetdir: './MewtocolTests/TestResults' - reporttypes: Html_Dark;HtmlInline;MarkdownSummaryGithub;Badges + reporttypes: HtmlSummary;MarkdownSummaryGithub;Badges historydir: './MewtocolTests/Hist' title: Report @@ -62,10 +62,10 @@ jobs: run: cat './MewtocolTests/TestResults/SummaryGithub.md' >> $GITHUB_STEP_SUMMARY #Upload to codecov - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + # - name: Upload coverage reports to Codecov + # uses: codecov/codecov-action@v3 + # env: + # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} #- uses: actions/upload-artifact@v3 # with: @@ -88,6 +88,7 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add "./MewtocolTests/TestResults/badge_combined.svg" -f + git add "./MewtocolTests/TestResults/summary.html" -f git commit -m "Add/Update badge" - name: Push badge commit