Skip to content

Commit

Permalink
fix coverallsapp version github action publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ahongbynder committed Sep 30, 2024
1 parent 3459961 commit 297e406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dotnet test --no-build --configuration Release /p:CollectCoverage=true /p:CoverletOutputFormat=lcov

- name: Publish coverage report to Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2.2.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./Bynder/Test/coverage.info
Expand Down

0 comments on commit 297e406

Please sign in to comment.