spring-attic / spring-cloud-gcp

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

recursively exclude fields from indexes #2442

Closed dmitry-s closed 4 years ago

dmitry-s commented 4 years ago

fixes #2439

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

codecov[bot] commented 4 years ago

Codecov Report

Merging #2442 into master will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2442      +/-   ##
============================================
+ Coverage     74.13%   74.16%   +0.03%     
- Complexity     2121     2123       +2     
============================================
  Files           264      264              
  Lines          7654     7664      +10     
  Branches        792      793       +1     
============================================
+ Hits           5674     5684      +10     
+ Misses         1617     1615       -2     
- Partials        363      365       +2     
Flag Coverage Δ Complexity Δ
#unittests 74.16% <100.00%> (+0.03%) 2123.00 <1.00> (+2.00)
Impacted Files Coverage Δ Complexity Δ
.../core/convert/DefaultDatastoreEntityConverter.java 87.09% <100.00%> (ø) 24.00 <1.00> (-1.00)
...cp/autoconfigure/storage/GcpStorageProperties.java 100.00% <0.00%> (+25.00%) 4.00% <0.00%> (+3.00%)
...configure/storage/GcpStorageAutoConfiguration.java 46.66% <0.00%> (+34.16%) 1.00% <0.00%> (ø%)

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 9bd57f8...80d4d5d. Read the comment docs.