-
Notifications
You must be signed in to change notification settings - Fork 31
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
Feature/externalized libraries #520
Feature/externalized libraries #520
Conversation
@barhodes 👆 have a look 😀 |
Looks good to me. You may need to run spotless on to cleanup some spacing. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #520 +/- ##
============================================
+ Coverage 72.59% 72.61% +0.01%
Complexity 19 19
============================================
Files 362 362
Lines 18597 18604 +7
Branches 2874 2874
============================================
+ Hits 13501 13509 +8
Misses 3734 3734
+ Partials 1362 1361 -1 ☔ View full report in Codecov by Sentry. |
|
* Adding optional lists of providers * Added provided list to the LibraryEngine * Missing carry-over vars * Added test using external libraries * Removing double registration og providers * Using EvaluationSettings instead. * Reverting back formatting changes * Applied spotless formatting
No description provided.