Skip to content

Commit

Permalink
chore(deps): bump coverallsapp/github-action from 2.3.1 to 2.3.3
Browse files Browse the repository at this point in the history
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.1 to 2.3.3.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](coverallsapp/github-action@v2.3.1...v2.3.3)

---
updated-dependencies:
- dependency-name: coverallsapp/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ricardofslp committed Oct 26, 2024
1 parent adfb0da commit 48900fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
run: dotnet test .. /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=coverage/lcov.info --configuration Release

- name: Coveralls UnitTests
uses: coverallsapp/[email protected].1
uses: coverallsapp/[email protected].3
with:
path-to-lcov: test/dotnet-trx-merge.UnitTests/coverage/lcov.info
flag-name: UnitTests

- name: Coveralls IntegrationTests
uses: coverallsapp/[email protected].1
uses: coverallsapp/[email protected].3
with:
path-to-lcov: test/dotnet-trx-merge.IntegrationTests/coverage/lcov.info
flag-name: IntegrationTests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=coverage/lcov.info --configuration Release

- name: Coveralls UnitTests
uses: coverallsapp/[email protected].1
uses: coverallsapp/[email protected].3
with:
path-to-lcov: test/dotnet-trx-merge.UnitTests/coverage/lcov.info
flag-name: UnitTests

- name: Coveralls IntegrationTests
uses: coverallsapp/[email protected].1
uses: coverallsapp/[email protected].3
with:
path-to-lcov: test/dotnet-trx-merge.IntegrationTests/coverage/lcov.info
flag-name: IntegrationTests

0 comments on commit 48900fe

Please sign in to comment.