Skip to content

Commit c25313c

Browse files
Bump coverallsapp/github-action from 2.3.0 to 2.3.1 (#29)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f275e1d commit c25313c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Run Tests
4343
run: dotnet test -c Release /p:VersionSuffix=${{ steps.set-vars.outputs.versionString }} --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput='./lcov.info'
4444
- name: Upload test coverage
45-
uses: coverallsapp/github-action@v2.3.0
45+
uses: coverallsapp/github-action@v2.3.1
4646
with:
4747
github-token: ${{ secrets.GITHUB_TOKEN }}
4848
file: ./Disarm.Tests/lcov.info

0 commit comments

Comments
 (0)