-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Guice] Automatically detect InjectorSource #2432
[Guice] Automatically detect InjectorSource #2432
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2432 +/- ##
============================================
+ Coverage 83.67% 83.70% +0.03%
- Complexity 2648 2666 +18
============================================
Files 317 319 +2
Lines 9349 9392 +43
Branches 907 909 +2
============================================
+ Hits 7823 7862 +39
- Misses 1192 1193 +1
- Partials 334 337 +3
Continue to review full report at Codecov.
|
I have finished the tests and implementation, can I get advice on how to fix the java.class.externalClassExposedInAPI: interface io.cucumber.core.backend.Backend: A class from supplementary archives is used in a public capacity in the API. [io.cucumber:cucumber-core:jar:7.1.0-SNAPSHOT] errors from Test (Semver check) build step? |
…atically_detect_guice_injector_source
Cheers again! |
Is your pull request related to a problem? Please describe.
Implementation of #2278