Skip to content

feat: implement custom call_command #13

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mikicz
Copy link

@mikicz mikicz commented Oct 1, 2024

Linked Issues

Fixes #9

Description

Implements custom call_command, which for now I decided not to support aliases in (because the way they are defined is incompatible with call_command)

Checklist

  • I have read and followed the project's Code of Conduct and Contributing Guide.
  • I have checked that similar PRs have not been created before.
  • I have performed a self-review of my code.
  • I have added tests covering my fix or feature implementation.
  • I have made corresponding changes to the documentation.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.

@mikicz mikicz requested a review from paduszyk as a code owner October 1, 2024 10:04
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

Attention: Patch coverage is 77.77778% with 4 lines in your changes missing coverage. Please review.

Project coverage is 97.93%. Comparing base (9bf5ce4) to head (4ea0f18).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/management_commands/management.py 77.77% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              main      #13      +/-   ##
===========================================
- Coverage   100.00%   97.93%   -2.07%     
===========================================
  Files            5        5              
  Lines          178      194      +16     
  Branches        32       35       +3     
===========================================
+ Hits           178      190      +12     
- Misses           0        3       +3     
- Partials         0        1       +1     

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

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.

Implement custom call_command
1 participant