Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support Android projects #113

Merged
merged 5 commits into from
Sep 27, 2024
Merged

Support Android projects #113

merged 5 commits into from
Sep 27, 2024

Conversation

ogolberg
Copy link
Member

@ogolberg ogolberg commented Sep 19, 2024

Need a completely different setup to cooperate with AGP and access source set outputs for Android projects.

Fixes #91

Copy link

codecov bot commented Sep 19, 2024

Codecov Report

Attention: Patch coverage is 80.00000% with 9 lines in your changes missing coverage. Please review.

Project coverage is 86.78%. Comparing base (2d6f7c5) to head (55b0871).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...in/kotlin/com/toasttab/expediter/gradle/Sources.kt 40.00% 2 Missing and 1 partial ⚠️
...oasttab/expediter/gradle/android/AndroidOutputs.kt 76.92% 0 Missing and 3 partials ⚠️
.../toasttab/expediter/gradle/android/AndroidHooks.kt 75.00% 1 Missing ⚠️
.../expediter/gradle/config/AndroidApplicationSpec.kt 80.00% 1 Missing ⚠️
...oasttab/expediter/gradle/config/ApplicationSpec.kt 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #113      +/-   ##
============================================
- Coverage     87.12%   86.78%   -0.35%     
- Complexity      284      285       +1     
============================================
  Files            40       43       +3     
  Lines          1010     1029      +19     
  Branches        151      155       +4     
============================================
+ Hits            880      893      +13     
- Misses           71       75       +4     
- Partials         59       61       +2     

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

@ogolberg ogolberg merged commit c49aa62 into open-toast:main Sep 27, 2024
1 of 3 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sourceSet does not work in Android projects
1 participant