Skip to content

ci: suppress dotnet coverage logo - #11340

Merged
ReubenBond merged 1 commit into
dotnet:mainfrom
ReubenBond:rb-ci-suppress-coverage-logo
Sep 21, 2026
Merged

ReubenBond merged 1 commit into
dotnet:mainfrom
ReubenBond:rb-ci-suppress-coverage-logo

Conversation

@ReubenBond

@ReubenBond ReubenBond commented Sep 21, 2026 •

Copy link
Copy Markdown
Member

The code coverage telemetry notice adds noise to every CI coverage run.

Set DOTNET_COVERAGE_NOLOGO=1 in the shared CI environment so dotnet-coverage suppresses the startup banner across coverage jobs.

Microsoft Reviewers: Open in CodeFlow

Copilot AI lite review requested due to automatic review settings September 21, 2026 19:42

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟢 Approval recommended

The focused environment change is correctly scoped to the CI workflow and introduces no apparent issues.

Review effort: Lite
Findings: None

What changed in this PR

Sets a shared CI environment variable to suppress dotnet-coverage startup telemetry output.

Changes:

  • Adds DOTNET_COVERAGE_NOLOGO=1 to the workflow-wide environment.
File Description
.github/​workflows/​ci.yml Configures coverage banner suppression for CI jobs.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@ReubenBond
ReubenBond merged commit 202e203 into dotnet:main Sep 21, 2026
69 of 72 checks passed
@ReubenBond
ReubenBond deleted the rb-ci-suppress-coverage-logo branch September 21, 2026 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants