Skip to content

Remove duplicate SHA256SUM from release artifacts#1336

Merged
mariomac merged 2 commits into
open-telemetry:mainfrom
MrAlias:rm-dup-shasum
Feb 20, 2026
Merged

Remove duplicate SHA256SUM from release artifacts#1336
mariomac merged 2 commits into
open-telemetry:mainfrom
MrAlias:rm-dup-shasum

Conversation

@MrAlias
Copy link
Copy Markdown
Contributor

@MrAlias MrAlias commented Feb 19, 2026

No description provided.

@MrAlias MrAlias added this to the v0.6.0 milestone Feb 19, 2026
@MrAlias MrAlias requested a review from a team as a code owner February 19, 2026 21:48
Copilot AI review requested due to automatic review settings February 19, 2026 21:48
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request removes the creation of a duplicate SHA256SUMS file with a version suffix. The Makefile was creating both SHA256SUMS and SHA256SUMS-<version> (a copy of the former), which was unnecessary duplication.

Changes:

  • Removed the line that copies SHA256SUMS to SHA256SUMS-<version> in the Makefile's release target

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Makefile
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.32%. Comparing base (431a3ca) to head (54ceeb2).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1336      +/-   ##
==========================================
+ Coverage   43.56%   44.32%   +0.76%     
==========================================
  Files         307      306       -1     
  Lines       32888    27760    -5128     
==========================================
- Hits        14329    12306    -2023     
+ Misses      17641    14721    -2920     
+ Partials      918      733     -185     
Flag Coverage Δ
integration-test ?
integration-test-arm ?
integration-test-vm-x86_64-5.15.152 ?
integration-test-vm-x86_64-6.10.6 ?
k8s-integration-test ?
oats-test ?
unittests 44.32% <ø> (-0.03%) ⬇️

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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mariomac mariomac merged commit 8d2501c into open-telemetry:main Feb 20, 2026
13 checks passed
@MrAlias MrAlias deleted the rm-dup-shasum branch February 20, 2026 15:18
@MrAlias MrAlias mentioned this pull request Mar 5, 2026
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.

4 participants