derjust / spring-data-dynamodb

This module deals with enhanced support for a data access layer built on AWS DynamoDB.
https://derjust.github.io/spring-data-dynamodb/
Apache License 2.0
403 stars 141 forks source link

Spring data 2.1.x #220

Closed ryonday closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #220 into master will increase coverage by 0.19%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #220      +/-   ##
===========================================
+ Coverage     65.21%   65.4%   +0.19%     
- Complexity      598     600       +2     
===========================================
  Files            77      77              
  Lines          2038    2038              
  Branches        374     374              
===========================================
+ Hits           1329    1333       +4     
+ Misses          554     550       -4     
  Partials        155     155
Impacted Files Coverage Δ Complexity Δ
.../repository/support/DynamoDBRepositoryFactory.java 85.1% <ø> (ø) 20 <0> (ø) :arrow_down:
.../data/dynamodb/mapping/DynamoDBMappingContext.java 75% <0%> (+25%) 8% <0%> (+2%) :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 9f4ba4a...e1a857b. Read the comment docs.

derjust commented 6 years ago

Thank you - will merge this together with #213

derjust commented 6 years ago

Thank you so much! Merged via #220