Skip to content

Remove stale PackageProjectUrl from the test project#386

Merged
ptr727 merged 1 commit into
developfrom
fix/test-package-project-url
Jul 10, 2026
Merged

Remove stale PackageProjectUrl from the test project#386
ptr727 merged 1 commit into
developfrom
fix/test-package-project-url

Conversation

@ptr727

@ptr727 ptr727 commented Jul 10, 2026

Copy link
Copy Markdown
Owner

The UtilitiesTests project is IsPackable=false and publishes nothing, so its PackageProjectUrl (a stale dev.azure.com/pieterv/ URL) is dead metadata — removed. The published library keeps its GitHub PackageProjectUrl.

Surfaced by a Copilot review comment on the develop→main promotion (#385).

🤖 Generated with Claude Code

UtilitiesTests is IsPackable=false and publishes nothing, so its
PackageProjectUrl (a stale Azure DevOps URL) is dead metadata. The library's
GitHub PackageProjectUrl is unaffected.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Copilot AI review requested due to automatic review settings July 10, 2026 03:46
@codecov

codecov Bot commented Jul 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 40.62%. Comparing base (55ce08a) to head (96e547c).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #386   +/-   ##
========================================
  Coverage    40.62%   40.62%           
========================================
  Files           10       10           
  Lines         1024     1024           
  Branches        99       99           
========================================
  Hits           416      416           
  Misses         580      580           
  Partials        28       28           

☔ View full report in Codecov by Harness.
📢 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.

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.

Pull request overview

Removes stale NuGet package metadata from the non-packable UtilitiesTests project to avoid carrying a dead dev.azure.com project URL, while leaving the published library’s GitHub PackageProjectUrl intact.

Changes:

  • Removed PackageProjectUrl from UtilitiesTests/UtilitiesTests.csproj (stale Azure DevOps link).

@ptr727
ptr727 merged commit 5b38db4 into develop Jul 10, 2026
12 checks passed
@ptr727
ptr727 deleted the fix/test-package-project-url branch July 10, 2026 03:49
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