Skip to content

Commit

Permalink
removing local coverage report gen
Browse files Browse the repository at this point in the history
  • Loading branch information
houstonhaynes committed Feb 15, 2025
1 parent bebe4f3 commit 1c781e8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-test-docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1c781e8

Please sign in to comment.