Skip to content

Commit

Permalink
Merge pull request #315 from morganstanley/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…codecov/codecov-action-5.0.7
  • Loading branch information
bingenito authored Dec 1, 2024
2 parents c4951cc + 5bebff1 commit 5fe7398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Test
run: dotnet test --no-build --configuration Release --verbosity normal -p:CollectCoverage=true -p:CoverletOutputFormat=opencover
- name: Upload Test Report to Codecov
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
with:
files: ./test/Crossroads.Test/coverage.opencover.xml, ./test/Crossroads.Launcher.Test/coverage.opencover.xml
flags: unittests
Expand Down

0 comments on commit 5fe7398

Please sign in to comment.