Conversation
Agent-Logs-Url: https://github.com/dapr/dotnet-sdk/sessions/342b5d60-6c80-471d-9620-771f28a3b213 Co-authored-by: WhitWaldo <2238529+WhitWaldo@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
WhitWaldo
April 14, 2026 02:50
View session
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1786 +/- ##
=======================================
Coverage 60.95% 60.95%
=======================================
Files 284 284
Lines 8358 8358
Branches 965 965
=======================================
Hits 5095 5095
Misses 3030 3030
Partials 233 233
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This was referenced Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
CI integration and unit test jobs only surfaced test names for skipped/failed tests. Passing tests were invisible in the job output, making it impossible to see which tests ran or how long they took.
Added
--logger "console;verbosity=detailed"to all test steps that were missing it:.github/workflows/itests.yml—Run General Integration Testsstep (theRun Generators Integration Testsstep already had this).github/workflows/sdk_build.yml—integration-tests-v2step.github/workflows/sdk_build.yml—unit-testsstepWith
verbosity=detailed, the console logger emits each test's name, pass/fail/skip outcome, and elapsed duration as tests execute — visible directly in the step's raw log output in the Actions UI.Issue reference
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: