Skip to content

Commit 349922a

Browse files
Bump coverallsapp/github-action from 2.3.6 to 2.3.7
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.6 to 2.3.7. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v2.3.6...v2.3.7) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-version: 2.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 410016a commit 349922a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
dotnet test --nologo --results-directory testresults --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=lcov
1616
mv testresults/*/coverage.info lcov.info
1717
- name: Coveralls
18-
uses: coverallsapp/github-action@v2.3.6
18+
uses: coverallsapp/github-action@v2.3.7
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
2121
path-to-lcov: lcov.info

0 commit comments

Comments
 (0)