Skip to content

Bundle Command #47

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

Merged
merged 5 commits into from
Apr 16, 2025
Merged

Bundle Command #47

merged 5 commits into from
Apr 16, 2025

Conversation

PaulKMueller
Copy link
Collaborator

@PaulKMueller PaulKMueller commented Apr 5, 2025

Motivation

Software bills of material are quite common and important when selling software (packages).
The bundle command makes the creation of such bills easier by allowing for the bundling of all license files contained in dependency packages.

Changes

This PR adds the bundle command, e.g.:

conda-deny bundle --directory license-bundle

image

Closes #33

Copy link

codecov bot commented Apr 13, 2025

Codecov Report

Attention: Patch coverage is 80.83832% with 32 lines in your changes missing coverage. Please review.

Project coverage is 82.00%. Comparing base (19fd4d4) to head (c385267).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/bundle.rs 79.33% 31 Missing ⚠️
src/main.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #47      +/-   ##
==========================================
+ Coverage   81.54%   82.00%   +0.46%     
==========================================
  Files          12       13       +1     
  Lines         558      717     +159     
==========================================
+ Hits          455      588     +133     
- Misses        103      129      +26     

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

@PaulKMueller PaulKMueller marked this pull request as ready for review April 14, 2025 08:27
@PaulKMueller PaulKMueller requested a review from pavelzw as a code owner April 14, 2025 08:27
Copy link
Member

@pavelzw pavelzw left a comment

Choose a reason for hiding this comment

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

mostly looks good, some small comments

@PaulKMueller PaulKMueller requested a review from pavelzw April 15, 2025 14:51
@pavelzw pavelzw added the enhancement New feature or request label Apr 16, 2025
@pavelzw pavelzw enabled auto-merge (squash) April 16, 2025 22:53
@pavelzw pavelzw merged commit 4b87f30 into main Apr 16, 2025
14 checks passed
@pavelzw pavelzw deleted the bundle branch April 16, 2025 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add conda-deny bundle-licenses
2 participants