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

Added support for KMP/JVM targets #196

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Added support for KMP/JVM targets #196

merged 1 commit into from
Nov 26, 2024

Conversation

gmazzo
Copy link
Owner

@gmazzo gmazzo commented Nov 26, 2024

Addresses #189 by adding support to Kotlin Multiplatform JVM targets (only when Android Gradle Plugin is also applied, and only Android/JVM targets are supported)

@gmazzo gmazzo merged commit 3ce120a into main Nov 26, 2024
4 checks passed
@gmazzo gmazzo deleted the kmp-support branch November 26, 2024 14:25
Copy link

codecov bot commented Nov 26, 2024

Codecov Report

Attention: Patch coverage is 16.21622% with 31 lines in your changes missing coverage. Please review.

Project coverage is 57.09%. Comparing base (1c34e8c) to head (2cb95e1).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...ggregation/AndroidTestCoverageAggregationPlugin.kt 10.52% 17 Missing ⚠️
...st/aggregation/AndroidTestBaseAggregationPlugin.kt 16.66% 5 Missing ⚠️
...aggregation/AndroidTestResultsAggregationPlugin.kt 20.00% 4 Missing ⚠️
...hub/gmazzo/android/test/aggregation/InternalDSL.kt 33.33% 4 Missing ⚠️
...kotlin/org/gradle/kotlin/dsl/TestAggregationDSL.kt 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #196      +/-   ##
============================================
- Coverage     61.75%   57.09%   -4.66%     
  Complexity       52       52              
============================================
  Files             9        9              
  Lines           285      317      +32     
  Branches         17       18       +1     
============================================
+ Hits            176      181       +5     
- Misses          105      132      +27     
  Partials          4        4              

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

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.

1 participant