Skip to content

Commit

Permalink
Enable debug for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbukin committed Jan 12, 2024
1 parent 96e8c3d commit c087eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ jobs:
export MergeWith=${{ env.cover_net8_nohw_merge }}
dotnet test -c Release ./src/Dodo.Primitives.Tests/Dodo.Primitives.Tests.csproj -f net8.0
mv '${{ env.cover_net8_nohw_merge }}' '${{ env.cover_net8_hw_merge_lcov }}'
cat '${{ env.cover_net8_hw_merge_lcov }}'
- name: Publish coverage report to coveralls.io
uses: coverallsapp/[email protected]
with:
file: ${{ env.cover_net8_hw_merge_lcov }}
format: lcov
github-token: ${{ github.token }}
github-token: ${{ github.token }}
debug: true

0 comments on commit c087eeb

Please sign in to comment.