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

Resolve "Add a command-line interface" #83

Merged
merged 7 commits into from Apr 9, 2024
Merged

Resolve "Add a command-line interface" #83

merged 7 commits into from Apr 9, 2024

Conversation

btschwertfeger
Copy link
Owner

This pull request adds a CLI to the python-cmethods package to apply the implemented methods directly via CLI calls, without the need to implement any Python code on the client side.

@btschwertfeger btschwertfeger added the Feature New feature or request label Apr 8, 2024
@btschwertfeger btschwertfeger added this to the Upcoming Release milestone Apr 8, 2024
@btschwertfeger btschwertfeger self-assigned this Apr 8, 2024
@btschwertfeger btschwertfeger linked an issue Apr 8, 2024 that may be closed by this pull request
Copy link

codecov bot commented Apr 8, 2024

Codecov Report

Attention: Patch coverage is 97.50000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 97.13%. Comparing base (316299e) to head (8918314).

❗ Current head 8918314 differs from pull request most recent head f90d908. Consider uploading reports for the commit f90d908 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #83      +/-   ##
==========================================
- Coverage   97.14%   97.13%   -0.01%     
==========================================
  Files           7        7              
  Lines         280      314      +34     
==========================================
+ Hits          272      305      +33     
- Misses          8        9       +1     
Flag Coverage Δ
unittests 97.13% <97.50%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
cmethods/__init__.py 97.61% <97.50%> (-2.39%) ⬇️

@btschwertfeger btschwertfeger merged commit 35430a6 into master Apr 9, 2024
33 checks passed
@btschwertfeger btschwertfeger deleted the add-cli branch April 9, 2024 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a command-line interface
1 participant