-
Notifications
You must be signed in to change notification settings - Fork 34
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
Issue736 unit testing w prop files take2 #742
base: main
Are you sure you want to change the base?
Conversation
* Switch to newer JUnit and now using JUnit BOM pom * Added override groups to the AndHowTestUtils class * Now detecting null or invalid classpath path for ConfigFromFileExt
Codecov ReportBase: 89.53% // Head: 89.28% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #742 +/- ##
============================================
- Coverage 89.53% 89.28% -0.25%
- Complexity 1230 1294 +64
============================================
Files 136 142 +6
Lines 3661 3856 +195
Branches 434 450 +16
============================================
+ Hits 3278 3443 +165
- Misses 273 292 +19
- Partials 110 121 +11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
ConfigFromFile simplified now that getStore is generic More unit testing
… in JUnit w/ more tests
Fixed dependency on recent (only) versions of Junit
All Submissions:
Thank you! Please check that...
Fixes #736