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

Added typer #15

Merged
merged 4 commits into from
Sep 1, 2024
Merged

Added typer #15

merged 4 commits into from
Sep 1, 2024

Conversation

GitBib
Copy link
Owner

@GitBib GitBib commented Sep 1, 2024

No description provided.

GitBib added 4 commits August 26, 2024 23:58
Removed setup.py, setup.cfg, requirements.txt, and tox.ini in favor of pyproject.toml for dependency and configuration management. Updated dependencies, switched from Fire to Typer, and adjusted Python version compatibility.
Added `# noqa: E402` to `pyasstosrt` import in `conftest.py` to suppress import error warning. Revised GitHub Actions workflow for better readability and updated actions versions; streamlined Poetry setup, test execution, and coverage reporting.
Replaced the PyPI version badge with a Codecov badge and updated the relevant links. This change improves the visibility of code coverage metrics.
Replaced the previous CLI implementation with Typer for better functionality and added new export options including removing effects, removing duplicates, and outputting dialogues. Updated dependencies and configurations to support this new structure, adjusted script paths, and included support for Python 3.13.0-rc.1 in GitHub workflows.
Copy link

codecov bot commented Sep 1, 2024

Codecov Report

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

Project coverage is 72.78%. Comparing base (6d8e169) to head (50bed7c).
Report is 39 commits behind head on master.

Files with missing lines Patch % Lines
pyasstosrt/batch.py 0.00% 40 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (6d8e169) and HEAD (50bed7c). Click for more details.

HEAD has 13 uploads less than BASE
Flag BASE (6d8e169) HEAD (50bed7c)
25 12
Additional details and impacted files
@@             Coverage Diff              @@
##            master      #15       +/-   ##
============================================
- Coverage   100.00%   72.78%   -27.22%     
============================================
  Files            4        5        +1     
  Lines           92      147       +55     
============================================
+ Hits            92      107       +15     
- Misses           0       40       +40     

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

@GitBib GitBib merged commit 290ffe8 into master Sep 1, 2024
15 of 19 checks passed
@GitBib GitBib deleted the added-typer branch September 1, 2024 20:14
@GitBib GitBib mentioned this pull request Sep 1, 2024
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