spring-attic / spring-cloud-gcp

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

(backport): Make Pub/Sub integration tests less flaky (#2546) #2547

Closed meltsufin closed 4 years ago

meltsufin commented 4 years ago
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

No Coverage information No Coverage information
No Duplication information No Duplication information

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 #2547 into 1.1.x will decrease coverage by 11.84%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##              1.1.x    #2547       +/-   ##
=============================================
- Coverage     80.17%   68.33%   -11.85%     
+ Complexity     1745     1437      -308     
=============================================
  Files           203      203               
  Lines          5750     5750               
  Branches        578      578               
=============================================
- Hits           4610     3929      -681     
- Misses          907     1584      +677     
- Partials        233      237        +4     
Flag Coverage Δ Complexity Δ
#integration ? ?
#unittests 68.33% <ø> (ø) 1437.00 <ø> (ø)

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

Impacted Files Coverage Δ Complexity Δ
...-sample/src/main/java/com/example/WorkService.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-4.00%)
...ple/src/main/java/com/example/HelloController.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-2.00%)
...ple/src/main/java/com/example/MyAppProperties.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-5.00%)
...-sample/src/main/java/com/example/SinkExample.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-3.00%)
...-sample/src/main/java/com/example/UserMessage.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-8.00%)
...ample/src/main/java/com/example/WebController.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-3.00%)
...ample/src/main/java/com/example/SourceExample.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-2.00%)
...-sample/src/main/kotlin/com/example/data/Person.kt 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-5.00%)
...mple/src/main/kotlin/com/example/app/Controller.kt 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-4.00%)
...main/kotlin/com/example/app/PubSubConfiguration.kt 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-5.00%)
... and 72 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 e60b015...10625c0. Read the comment docs.