Skip to content

Commit

Permalink
Tried disabling coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
crashkonijn committed Nov 10, 2023
1 parent af217ed commit 6bf1f8b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
# - uses: actions/upload-artifact@v3
# if: always()
# with:
# name: Coverage results for ${{ matrix.testMode }}
# path: ${{ steps.tests.outputs.coveragePath }}

0 comments on commit 6bf1f8b

Please sign in to comment.