j256 / ormlite-core

Core ORMLite functionality that provides a lite Java ORM in conjunction with ormlite-jdbc or ormlite-android
http://ormlite.com/
ISC License
578 stars 213 forks source link

Gw clean up new supplier and Dao.createIfNotExists() method #272

Closed j256 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #272 (25765f8) into master (c0d8bc0) will decrease coverage by 0.00%. The diff coverage is 66.66%.

@@             Coverage Diff              @@
##             master     #272      +/-   ##
============================================
- Coverage     87.23%   87.23%   -0.01%     
- Complexity     2628     2632       +4     
============================================
  Files           139      139              
  Lines          7318     7330      +12     
  Branches        952      953       +1     
============================================
+ Hits           6384     6394      +10     
- Misses          629      632       +3     
+ Partials        305      304       -1     
Impacted Files Coverage Δ
src/main/java/com/j256/ormlite/dao/Dao.java 100.00% <ø> (ø)
...java/com/j256/ormlite/dao/RuntimeExceptionDao.java 97.16% <0.00%> (-1.40%) :arrow_down:
...rc/main/java/com/j256/ormlite/dao/BaseDaoImpl.java 92.30% <100.00%> (+0.13%) :arrow_up:
...ava/com/j256/ormlite/field/types/BaseDateType.java 100.00% <0.00%> (+6.89%) :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 886470a...25765f8. Read the comment docs.