-
-
Notifications
You must be signed in to change notification settings - Fork 1
Add ability to check apk signature via command line. #223
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
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #223 +/- ##
==========================================
- Coverage 76.44% 76.32% -0.13%
==========================================
Files 131 132 +1
Lines 10435 10465 +30
Branches 1164 1165 +1
==========================================
+ Hits 7977 7987 +10
- Misses 2047 2067 +20
Partials 411 411 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
chromy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm % init.py file
|
|
||
| @click.command() | ||
| @click.argument("apk_path", type=click.Path(exists=True, path_type=Path)) | ||
| @click.option("--verbose", "-v", is_flag=True, help="Enable verbose logging output.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should hoist --verbose to the outer level of the CLI at somepoint - but not in this PR.

Command is
launchpad distribution <path to apk>