Skip to content

Commit

Permalink
update GH Action for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
houstonhaynes committed Feb 14, 2025
1 parent 8fcfd26 commit 466c54c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
echo "GIT_COMMIT_MESSAGE=$(git log -1 --pretty=%s)" >> $GITHUB_ENV
- name: Run coveralls
run: >
dotnet csmacnz.Coveralls
--opencover -i tests/DiffSharp.Tests/coverage.opencover.xml
dotnet tool run coveralls.net
--opencover -i tests/Furnace.Tests/coverage.opencover.xml
--useRelativePaths
--repoToken ${{ secrets.COVERALLS_REPO_TOKEN }}
--commitId ${{ github.sha }}
Expand Down

0 comments on commit 466c54c

Please sign in to comment.