Closed elefeint closed 4 years ago
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities (and 0 Security Hotspots to review)
0 Code Smells
No Coverage information
0.0% Duplication
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
Merging #2449 into master will increase coverage by
0.02%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #2449 +/- ##
============================================
+ Coverage 74.13% 74.16% +0.02%
Complexity 2123 2123
============================================
Files 264 264
Lines 7664 7664
Branches 793 793
============================================
+ Hits 5682 5684 +2
+ Misses 1617 1615 -2
Partials 365 365
Flag | Coverage Δ | Complexity Δ | |
---|---|---|---|
#unittests | 74.16% <ø> (+0.02%) |
2123.00 <ø> (ø) |
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...tastore/GcpDatastoreEmulatorAutoConfiguration.java | 72.41% <0.00%> (+6.89%) |
6.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 01a0a98...0c63eea. Read the comment docs.
Logging retrieval seems to take longer than 2 minutes now. The odd thing is that I can query for the same filter string in the UI, and it shows up almost instantly.
Let's see if this deflakes the test (I was able to reproduce the issue some of the time but not 100% of the time on my machine with the 2 minute timeout).