customerio / customerio-android

This is the official Customer.io SDK for Android.
MIT License
11 stars 9 forks source link

ci: refactor manual deployment CI config into 1 workflow #264

Closed levibostian closed 9 months ago

levibostian commented 9 months ago

From a recent PR, the CI server can now do manual deployments. Great addition to this project!

The iOS SDK also has this ability to manually deploy with all configuration in 1 CI workflow file instead of 2 files. This PR implements the same logic the iOS SDK has of re-using 1 CI workflow file to do automatic and manual deployments to prevent some copy/paste in CI configuration files.

codecov[bot] commented 9 months ago

Codecov Report

Merging #264 (3b3ed4e) into main (8b9f02a) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #264   +/-   ##
=========================================
  Coverage     50.84%   50.84%           
  Complexity      249      249           
=========================================
  Files           108      108           
  Lines          2779     2779           
  Branches        361      361           
=========================================
  Hits           1413     1413           
  Misses         1249     1249           
  Partials        117      117           
github-actions[bot] commented 9 months ago
# Sample app builds 📱 Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request. --- * java_layout: `levi/manual-deploy-refactor (1695658524)` * kotlin_compose: `levi/manual-deploy-refactor (1695658524)`
github-actions[bot] commented 9 months ago

Build available to test Version: levi-manual-deploy-refactor-SNAPSHOT Repository: https://s01.oss.sonatype.org/content/repositories/snapshots/

levibostian commented 9 months ago

Closing