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

refactor: drop _Dispatcher #106

Merged
merged 1 commit into from
Oct 20, 2023
Merged

refactor: drop _Dispatcher #106

merged 1 commit into from
Oct 20, 2023

Conversation

tigarmo
Copy link
Contributor

@tigarmo tigarmo commented Oct 19, 2023

Update the minimum version of craft-cli to 2.3.0, in which the standard Dispatcher class has the parsed_args() method which we can use instead.

  • Have you followed the guidelines for contributing?
  • Have you signed the CLA?
  • Have you successfully run tox?

Update the minimum version of craft-cli to 2.3.0, in which the standard
Dispatcher class has the ``parsed_args()`` method which we can use
instead.
@codecov
Copy link

codecov bot commented Oct 19, 2023

Codecov Report

Merging #106 (0f7d8f2) into main (8c6c047) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #106      +/-   ##
==========================================
- Coverage   99.11%   99.10%   -0.01%     
==========================================
  Files          24       24              
  Lines        1015     1010       -5     
  Branches      162      161       -1     
==========================================
- Hits         1006     1001       -5     
  Misses          6        6              
  Partials        3        3              
Files Coverage Δ
craft_application/application.py 96.86% <100.00%> (-0.07%) ⬇️

@tigarmo tigarmo marked this pull request as ready for review October 19, 2023 21:33
@tigarmo tigarmo requested review from lengau and cmatsuoka October 19, 2023 21:33
Copy link
Contributor

@cmatsuoka cmatsuoka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it!

@cmatsuoka cmatsuoka merged commit 3cf5c8a into main Oct 20, 2023
7 checks passed
lengau added a commit that referenced this pull request Jul 16, 2024
@lengau lengau deleted the cleanup-dispatcher branch August 14, 2024 18:22
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.

3 participants