From 6bf1f8ba29d6f115526e3cf817b7159e0cfbab3d Mon Sep 17 00:00:00 2001 From: Peter Klooster Date: Fri, 10 Nov 2023 19:27:57 +0100 Subject: [PATCH] Tried disabling coverage --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a8a8c13..e2ae7a7f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,14 +51,14 @@ jobs: artifactsPath: ${{ matrix.testMode }}-artifacts githubToken: ${{ secrets.GITHUB_TOKEN }} checkName: ${{ matrix.testMode }} Test Results - coverageOptions: 'generateAdditionalMetrics;generateHtmlReport;generateBadgeReport' +# coverageOptions: 'generateAdditionalMetrics;generateHtmlReport;generateBadgeReport' - uses: actions/upload-artifact@v3 if: always() with: name: Test results for ${{ matrix.testMode }} path: ${{ steps.tests.outputs.artifactsPath }} - - uses: actions/upload-artifact@v3 - if: always() - with: - name: Coverage results for ${{ matrix.testMode }} - path: ${{ steps.tests.outputs.coveragePath }} \ No newline at end of file +# - uses: actions/upload-artifact@v3 +# if: always() +# with: +# name: Coverage results for ${{ matrix.testMode }} +# path: ${{ steps.tests.outputs.coveragePath }} \ No newline at end of file