Skip to content

Commit

Permalink
Update coveralls action
Browse files Browse the repository at this point in the history
  • Loading branch information
SamboyCoding authored Sep 9, 2024
1 parent 72d9aca commit 3380259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
- name: Run Tests
run: dotnet test -c Release /p:VersionSuffix=${{ steps.set-vars.outputs.versionString }} --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput='./lcov.info'
- name: Upload test coverage
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./Disarm.Tests/lcov.info
file: ./Disarm.Tests/lcov.info
- name: Build all
run: dotnet build -c Release /p:VersionSuffix=${{ steps.set-vars.outputs.versionString }}
working-directory: Disarm.Tests
Expand Down

0 comments on commit 3380259

Please sign in to comment.