Skip to content

chore: add console verbose test logging to surface test names and durations in CI#1786

Merged
WhitWaldo merged 1 commit intomasterfrom
copilot/configure-test-logging
Apr 14, 2026
Merged

chore: add console verbose test logging to surface test names and durations in CI#1786
WhitWaldo merged 1 commit intomasterfrom
copilot/configure-test-logging

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 14, 2026

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.ymlRun General Integration Tests step (the Run Generators Integration Tests step already had this)
  • .github/workflows/sdk_build.ymlintegration-tests-v2 step
  • .github/workflows/sdk_build.ymlunit-tests step

With 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:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

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>
@WhitWaldo WhitWaldo marked this pull request as ready for review April 14, 2026 02:55
@WhitWaldo WhitWaldo requested review from a team as code owners April 14, 2026 02:55
@WhitWaldo WhitWaldo merged commit 1e3b301 into master Apr 14, 2026
158 of 165 checks passed
@WhitWaldo WhitWaldo deleted the copilot/configure-test-logging branch April 14, 2026 02:55
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.95%. Comparing base (1352fe4) to head (1204703).
⚠️ Report is 3 commits behind head on master.

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           
Flag Coverage Δ
net10.0 60.95% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants