apache / dubbo-go

Go Implementation For Apache Dubbo .
https://dubbo.apache.org/
Apache License 2.0
4.67k stars 910 forks source link

support conditional routing with multiple destinations, customize conditional routing priorities and operation in route fail #2685

Closed YarBor closed 1 month ago

YarBor commented 1 month ago

to support #2684

2686

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 61.73913% with 44 lines in your changes missing coverage. Please review.

Project coverage is 47.18%. Comparing base (2f5143a) to head (da47ad5). Report is 20 commits behind head on main.

:exclamation: Current head da47ad5 differs from pull request most recent head b93ca07

Please upload reports for the commit b93ca07 to get more accurate results.

Files Patch % Lines
cluster/router/condition/dynamic_router.go 58.06% 25 Missing and 14 partials :warning:
cluster/router/condition/route.go 77.27% 3 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2685 +/- ## ========================================== - Coverage 47.38% 47.18% -0.20% ========================================== Files 341 343 +2 Lines 25122 25403 +281 ========================================== + Hits 11904 11987 +83 - Misses 12074 12248 +174 - Partials 1144 1168 +24 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
9 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
2.5% Duplication on New Code

See analysis details on SonarCloud

YarBor commented 1 month ago

2686