spring-attic / spring-cloud-gcp

Integration for Google Cloud Platform APIs with Spring
Apache License 2.0
705 stars 693 forks source link

add FirestoreTemplate docs #2480

Closed dmitry-s closed 4 years ago

dmitry-s commented 4 years ago

fixes #1795

codecov[bot] commented 4 years ago

Codecov Report

Merging #2480 into master will decrease coverage by 7.19%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2480      +/-   ##
============================================
- Coverage     81.40%   74.21%   -7.20%     
+ Complexity     2381     2155     -226     
============================================
  Files           267      267              
  Lines          7734     7736       +2     
  Branches        798      798              
============================================
- Hits           6296     5741     -555     
- Misses         1099     1626     +527     
- Partials        339      369      +30     
Flag Coverage Δ Complexity Δ
#integration ? ?
#unittests 74.21% <100.00%> (+0.03%) 2155.00 <0.00> (+1.00)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
...rk/cloud/gcp/data/firestore/FirestoreTemplate.java 76.00% <ø> (-18.74%) 52.00 <0.00> (-15.00)
...restore/mapping/FirestorePersistentEntityImpl.java 82.35% <100.00%> (+5.42%) 6.00 <0.00> (+1.00)
...gcp/secretmanager/SecretManagerPropertySource.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-4.00%)
...a/spanner/repository/query/SpannerQueryMethod.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-6.00%)
...retmanager/SecretManagerPropertySourceLocator.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-2.00%)
...figure/config/GcpConfigBootstrapConfiguration.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-2.00%)
...e/spanner/GcpSpannerEmulatorAutoConfiguration.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-2.00%)
...epository/config/SpannerRepositoriesRegistrar.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-3.00%)
...ository/config/DatastoreRepositoriesRegistrar.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-3.00%)
...restore/GcpFirestoreEmulatorAutoConfiguration.java 0.00% <0.00%> (-84.85%) 0.00% <0.00%> (-4.00%)
... and 55 more

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 834eeb3...34d6f7b. Read the comment docs.

sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

warning The version of Java (1.8.0_151) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11. Read more here