Skip to content

Do not include bettertls README file in published crates#351

Merged
djc merged 1 commit intorustls:mainfrom
decathorpe:main
May 10, 2025
Merged

Do not include bettertls README file in published crates#351
djc merged 1 commit intorustls:mainfrom
decathorpe:main

Conversation

@decathorpe
Copy link
Contributor

Currently, all README.md files in the crate are included when publishing, which includes third-party/bettertls/README.md. This looks unintentional. Using an absolute path in the package.include setting instead (i.e. /README.md) causes only the toplevel README file to get included.

@codecov
Copy link

codecov bot commented May 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.91%. Comparing base (34a2392) to head (6fac191).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #351   +/-   ##
=======================================
  Coverage   97.91%   97.91%           
=======================================
  Files          20       20           
  Lines        4470     4470           
=======================================
  Hits         4377     4377           
  Misses         93       93           

☔ 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.

@cpu
Copy link
Member

cpu commented May 10, 2025

Nice catch, thank you

@djc djc added this pull request to the merge queue May 10, 2025
Merged via the queue into rustls:main with commit 4c3efca May 10, 2025
33 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.

3 participants