Skip to content

Commit

Permalink
Bump coverallsapp/github-action from 2.3.0 to 2.3.1 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2024
1 parent f275e1d commit c25313c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ 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/[email protected].0
uses: coverallsapp/[email protected].1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: ./Disarm.Tests/lcov.info
Expand Down

0 comments on commit c25313c

Please sign in to comment.