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

Manual APK release by flavor workflow configuration #3108

Merged
merged 27 commits into from
Mar 5, 2024

Conversation

ndegwamartin
Copy link
Contributor

@ndegwamartin ndegwamartin commented Feb 27, 2024

Manual APK release Github Actions workflow configuration

Closes #2883

@ndegwamartin ndegwamartin force-pushed the manual-apk-release branch 2 times, most recently from 745d7c8 to f788a78 Compare February 27, 2024 16:32
Copy link

codecov bot commented Feb 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.8%. Comparing base (ad3a737) to head (f06836a).
Report is 190 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              main   #3108      +/-   ##
==========================================
- Coverage     64.5%   29.8%   -34.7%     
+ Complexity    1075     652     -423     
==========================================
  Files          218     236      +18     
  Lines         9635   11074    +1439     
  Branches      1897    1928      +31     
==========================================
- Hits          6218    3306    -2912     
- Misses        2234    7338    +5104     
+ Partials      1183     430     -753     
Flag Coverage Δ
engine 66.2% <ø> (-6.5%) ⬇️
geowidget 47.2% <ø> (-17.1%) ⬇️
quest 5.2% <ø> (-53.7%) ⬇️

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

see 127 files with indirect coverage changes

@ndegwamartin ndegwamartin changed the title Update manual APK release workflow configuration Manual APK release by flavor workflow configuration Mar 1, 2024
@ndegwamartin ndegwamartin marked this pull request as ready for review March 1, 2024 08:24
@ndegwamartin ndegwamartin enabled auto-merge (squash) March 1, 2024 13:01
Copy link
Contributor

@f-odhiambo f-odhiambo left a comment

Choose a reason for hiding this comment

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

Can we have some docs to guide on how to go about this? @ndegwamartin :)

@ellykits
Copy link
Collaborator

ellykits commented Mar 4, 2024

Has this been tested @f-odhiambo and @ndegwamartin?

@ndegwamartin
Copy link
Contributor Author

@ellykits if you mean under development then yep!

Check the APK and AAB artifacts here:

val calendar = Calendar.getInstance()
calendar.apply {
timeInMillis =
(timeInMillis - (1L * calendar.getActualMaximum(Calendar.DAY_OF_YEAR) * 24 * 3600 * 1000))
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed, reverting this

Copy link
Contributor

@f-odhiambo f-odhiambo left a comment

Choose a reason for hiding this comment

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

LGTM

@ndegwamartin ndegwamartin merged commit 34e5695 into main Mar 5, 2024
5 checks passed
@ndegwamartin ndegwamartin deleted the manual-apk-release branch March 5, 2024 12:04
qiarie pushed a commit that referenced this pull request Jan 15, 2025
* Update/Fix manual APK release workflow configuration
* Fix unit test - Leap year bug ✅
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.

APK Release Automation for Multiple Flavors
4 participants