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

feat: add command line interface #72

Merged
merged 7 commits into from
Jul 14, 2024

support multiple inputs

4eda21a
Select commit
Loading
Failed to load commit list.
Merged

feat: add command line interface #72

support multiple inputs
4eda21a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 14, 2024 in 1s

78.49% (-5.67%) compared to 5f73f2b

View this Pull Request on Codecov

78.49% (-5.67%) compared to 5f73f2b

Details

Codecov Report

Attention: Patch coverage is 0% with 54 lines in your changes missing coverage. Please review.

Project coverage is 78.49%. Comparing base (5f73f2b) to head (4eda21a).
Report is 1 commits behind head on master.

Files Patch % Lines
dargs/cli.py 0.00% 35 Missing ⚠️
dargs/check.py 0.00% 8 Missing ⚠️
dargs/_test.py 0.00% 6 Missing ⚠️
dargs/__main__.py 0.00% 4 Missing ⚠️
dargs/sphinx.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
- Coverage   84.15%   78.49%   -5.67%     
==========================================
  Files           5        9       +4     
  Lines         707      758      +51     
==========================================
  Hits          595      595              
- Misses        112      163      +51     

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