Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opentelemetry-zpages publish fix - remove unsupported experimental category slug #91

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

lalitb
Copy link
Member

@lalitb lalitb commented Jul 16, 2024

Changes

opentelemetry-zpages publishin fails with error:

   Uploading opentelemetry-zpages v0.9.0 (/home/labhas/obs/ot/lalit/rust/opentelemetry-rust-contrib/opentelemetry-zpages)
error: failed to publish to registry at https://crates.io

Caused by:
  the remote server responded with an error (status 400 Bad Request): The following category slugs are not currently supported on crates.io: experimental

  See https://crates.io/category_slugs for a list of supported slugs.`

Removing unsupported experimental category flag in this PR.

Merge requirement checklist

  • CONTRIBUTING guidelines followed
  • Unit tests added/updated (if applicable)
  • Appropriate CHANGELOG.md files updated for non-trivial, user-facing changes
  • Changes in public API reviewed (if applicable)

@lalitb lalitb requested a review from a team July 16, 2024 22:13
Copy link

codecov bot commented Jul 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.7%. Comparing base (56a6f45) to head (cbba031).
Report is 20 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main     #91     +/-   ##
=======================================
+ Coverage   52.3%   55.7%   +3.4%     
=======================================
  Files         38      38             
  Lines       4967    5394    +427     
=======================================
+ Hits        2598    3006    +408     
- Misses      2369    2388     +19     

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

@cijothomas cijothomas merged commit 2dbf6ab into open-telemetry:main Jul 16, 2024
9 checks passed
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