Skip to content

Comments

build: workspace-level package info#61

Merged
Nugine merged 1 commit intomainfrom
build/package-info
Jan 20, 2026
Merged

build: workspace-level package info#61
Nugine merged 1 commit intomainfrom
build/package-info

Conversation

@Nugine
Copy link
Owner

@Nugine Nugine commented Jan 20, 2026

No description provided.

Copilot AI review requested due to automatic review settings January 20, 2026 13:37
@codecov
Copy link

codecov bot commented Jan 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.86%. Comparing base (63dd158) to head (ee020c6).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #61   +/-   ##
=======================================
  Coverage   94.86%   94.86%           
=======================================
  Files          37       37           
  Lines        3855     3855           
  Branches     3855     3855           
=======================================
  Hits         3657     3657           
  Misses        171      171           
  Partials       27       27           

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

Copy link
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 PR consolidates package metadata from individual crate manifests to the workspace level, reducing duplication and centralizing configuration management.

Changes:

  • Added [workspace.package] section in root Cargo.toml with common metadata (version, authors, edition, description, license, repository, keywords, categories, readme, rust-version)
  • Updated both crate manifests (const-str and const-str-proc-macro) to reference workspace-level metadata using .workspace = true

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
Cargo.toml Added workspace-level package metadata configuration
crates/const-str/Cargo.toml Converted package metadata fields to use workspace-level values
crates/const-str-proc-macro/Cargo.toml Converted package metadata fields to use workspace-level values

@Nugine Nugine merged commit 4028523 into main Jan 20, 2026
13 checks passed
@Nugine Nugine deleted the build/package-info branch January 20, 2026 13:43
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.

1 participant