Skip to content

Commit

Permalink
Update build job dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldaviva committed Sep 26, 2024
1 parent 13bcdb7 commit 53cfb07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:
run: testspace Tests/TestResults/TestResults.xml

- name: Upload coverage
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: Tests/TestResults/coverage.info
file: Tests/TestResults/coverage.info
format: lcov

- name: Stop if tests failed
run: exit ${{ env.TEST_EXIT_CODE }}
Expand Down

0 comments on commit 53cfb07

Please sign in to comment.