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

Support java modules better #134

Merged
merged 1 commit into from
Apr 14, 2022
Merged

Support java modules better #134

merged 1 commit into from
Apr 14, 2022

Conversation

joshafeinberg
Copy link
Member

Adds support for a default task for JVM only modules and java modules

Closes #70 and Closes #90

@codecov
Copy link

codecov bot commented Apr 13, 2022

Codecov Report

Merging #134 (c6c11b7) into main (b6e5b99) will decrease coverage by 0.54%.
The diff coverage is 25.00%.

@@             Coverage Diff              @@
##               main     #134      +/-   ##
============================================
- Coverage     50.32%   49.78%   -0.55%     
  Complexity       58       58              
============================================
  Files            12       12              
  Lines           457      462       +5     
  Branches         94       96       +2     
============================================
  Hits            230      230              
- Misses          202      207       +5     
  Partials         25       25              
Impacted Files Coverage Δ
...ctedmoduledetector/AffectedModuleDetectorPlugin.kt 40.29% <18.18%> (-3.25%) ⬇️
...ffectedmoduledetector/AffectedTestConfiguration.kt 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b6e5b99...c6c11b7. Read the comment docs.

@joshafeinberg joshafeinberg merged commit d4037f9 into main Apr 14, 2022
@joshafeinberg joshafeinberg deleted the jfein/add-java-services branch April 14, 2022 15:14
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.

Change default value of jvmTestTask for non Android modules Plugin doesn't work for java services.
2 participants