diff --git a/.github/workflows/build-test-docs-publish.yml b/.github/workflows/build-test-docs-publish.yml index 4997b965..06785553 100644 --- a/.github/workflows/build-test-docs-publish.yml +++ b/.github/workflows/build-test-docs-publish.yml @@ -49,17 +49,6 @@ jobs: echo "GIT_COMMIT_AUTHOR=$(git log -1 --pretty=%cn)" >> $GITHUB_ENV echo "GIT_COMMIT_AUTHOR_EMAIL=$(git log -1 --pretty=%ce)" >> $GITHUB_ENV echo "GIT_COMMIT_MESSAGE=$(git log -1 --pretty=%s)" >> $GITHUB_ENV - - name: Generate coverage report - run: | - dotnet tool install -g dotnet-reportgenerator-globaltool --version 4.8.12 - reportgenerator -reports:./coverage/coverage.opencover.xml -targetdir:coverage -reporttypes:Html - env: - LD_LIBRARY_PATH: /usr/lib/x86_64-linux-gnu - - name: Upload coverage report - uses: actions/upload-artifact@v4 - with: - name: coverage-report - path: coverage - name: Upload coverage report to Coveralls uses: coverallsapp/github-action@v2 with: