eeverman / andhow

Java configuration simplified.
https://www.andhowconfig.org
Apache License 2.0
23 stars 34 forks source link

Validator.isValid() now throws an exception for null #706

Closed eeverman closed 2 years ago

eeverman commented 2 years ago

All Submissions:

Thank you! Please check that...

Fixes #361

codecov[bot] commented 2 years ago

Codecov Report

Merging #706 (9fe631b) into main (21b2f21) will decrease coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #706      +/-   ##
============================================
- Coverage     88.04%   87.93%   -0.11%     
- Complexity     1184     1187       +3     
============================================
  Files           133      133              
  Lines          3738     3697      -41     
  Branches        463      442      -21     
============================================
- Hits           3291     3251      -40     
- Misses          320      322       +2     
+ Partials        127      124       -3     
Impacted Files Coverage Δ
...va/org/yarnandtail/andhow/valid/BaseValidator.java 100.00% <100.00%> (ø)
.../org/yarnandtail/andhow/valid/BigDecValidator.java 100.00% <100.00%> (ø)
...ava/org/yarnandtail/andhow/valid/DblValidator.java 100.00% <100.00%> (ø)
...ava/org/yarnandtail/andhow/valid/IntValidator.java 100.00% <100.00%> (ø)
...ava/org/yarnandtail/andhow/valid/LngValidator.java 100.00% <100.00%> (ø)
...rnandtail/andhow/valid/LocalDateTimeValidator.java 100.00% <100.00%> (ø)
.../org/yarnandtail/andhow/valid/StringValidator.java 100.00% <100.00%> (+1.75%) :arrow_up:
...org/yarnandtail/andhow/load/std/StdJndiLoader.java 81.81% <0.00%> (-3.90%) :arrow_down:
...ava/org/yarnandtail/andhow/AndHowTestBaseImpl.java 100.00% <0.00%> (+3.70%) :arrow_up:

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 21b2f21...9fe631b. Read the comment docs.

eeverman commented 2 years ago

CodeCov continues to perplex. Files not at all related to this change show a decrease...