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

Coverage for #1350 #1353

Closed

Conversation

neolynx
Copy link
Member

@neolynx neolynx commented Oct 2, 2024

This commit introduces the new 'remove' command for a published repository. It allows to remove one or multiple components from a published repository without needing to recreate it.

Fixes #

Requirements

All new code should be covered with tests, documentation should be updated. CI should pass.

Description of the Change

Checklist

  • unit-test added (if change is algorithm)
  • functional test added/updated (if change is functional)
  • man page updated (if applicable)
  • bash completion updated (if applicable)
  • documentation updated
  • author name in AUTHORS

This commit introduces the new 'remove' command for a published repository. It allows to remove one or multiple components from a published repository without needing to recreate it.

Signed-off-by: Christoph Fiehe <c.fiehe@eurodata.de>
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

Attention: Patch coverage is 66.46707% with 56 lines in your changes missing coverage. Please review.

Project coverage is 74.84%. Comparing base (aff7b0d) to head (65d7367).

Files with missing lines Patch % Lines
api/publish.go 54.41% 22 Missing and 9 partials ⚠️
cmd/publish_remove.go 72.82% 17 Missing and 8 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1353      +/-   ##
==========================================
- Coverage   74.90%   74.84%   -0.07%     
==========================================
  Files         150      151       +1     
  Lines       17005    17172     +167     
==========================================
+ Hits        12738    12852     +114     
- Misses       3255     3292      +37     
- Partials     1012     1028      +16     

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

@neolynx neolynx closed this Oct 2, 2024
@neolynx neolynx deleted the feature/allow_remove_component_from_published_repo branch October 3, 2024 21:25
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