Skip to content

sk-245 // make SKEL its own crate#247

Merged
ogorman89 merged 5 commits into
mainfrom
ian/sk-skel
May 19, 2026
Merged

sk-245 // make SKEL its own crate#247
ogorman89 merged 5 commits into
mainfrom
ian/sk-skel

Conversation

@ogorman89
Copy link
Copy Markdown
Contributor

Description and Rationale

  • Move SKEL to its own crate

How

  • I moved SKEL out of the cli and into its own crate sk-skel
  • fixed imports as needed
  • Intent was to only expose what is being used in other crates or is reasonably expected to be used by other crates like apply_skel_file, process_trace and the metric_names consts

Test Steps

  • ran all tests

Other Notes

  • N/A

  • [ ✅ ] I certify that this PR does not contain any code that has been generated with GitHub Copilot or any other AI-based code generation tool, in accordance with this project's policies.

@ogorman89 ogorman89 self-assigned this May 19, 2026
@linear
Copy link
Copy Markdown

linear Bot commented May 19, 2026

SK-245

@codecov
Copy link
Copy Markdown

codecov Bot commented May 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.37%. Comparing base (547e666) to head (5967ef1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #247   +/-   ##
=======================================
  Coverage   78.37%   78.37%           
=======================================
  Files          62       62           
  Lines        3852     3852           
=======================================
  Hits         3019     3019           
  Misses        833      833           

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

@ogorman89 ogorman89 requested a review from drmorr0 May 19, 2026 04:18
Copy link
Copy Markdown
Contributor

@drmorr0 drmorr0 left a comment

Choose a reason for hiding this comment

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

fix'n'ship

Comment thread sk-cli/Cargo.toml
sk-skel = { workspace = true }
tokio = { workspace = true }
blackbox-metrics = "0.0.1"
blackbox-metrics = { workspace = true }
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.

nit; can you sort these?

Comment thread sk-skel/Cargo.toml Outdated

[dependencies]
anyhow = { workspace = true }
assertables = { workspace = true }
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.

assertables should be a dev dependency, I think?

@ogorman89 ogorman89 merged commit ea9a266 into main May 19, 2026
7 checks passed
@ogorman89 ogorman89 deleted the ian/sk-skel branch May 19, 2026 16:41
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