Re: [PR] docs: refresh outdated entries in filter README [dubbo-go]
codecov-commenter commented on PR #3365: URL: https://github.com/apache/dubbo-go/pull/3365#issuecomment-4601638115 ## [Codecov](https://app.codecov.io/gh/apache/dubbo-go/pull/3365?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report :white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 52.52%. Comparing base ([`e6e14fd`](https://app.codecov.io/gh/apache/dubbo-go/commit/e6e14fd3076a056808a2f844bbc851a23f42865a?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`9120a71`](https://app.codecov.io/gh/apache/dubbo-go/commit/9120a71f706093f42593c74c23bef7a1778f47fd?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). :warning: Report is 6 commits behind head on develop. Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop#3365 +/- ## === + Coverage52.40% 52.52% +0.12% === Files 492 492 Lines3778537871 +86 === + Hits 1980019893 +93 + Misses 1638016373 -7 Partials 1605 1605 ``` [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/dubbo-go/pull/3365?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). :rocket: New features to boost your workflow: - :snowflake: [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] docs: refresh outdated entries in filter README [dubbo-go]
Alanxtl merged PR #3365: URL: https://github.com/apache/dubbo-go/pull/3365 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] docs: refresh outdated entries in filter README [dubbo-go]
sonarqubecloud[bot] commented on PR #3365: URL: https://github.com/apache/dubbo-go/pull/3365#issuecomment-4601547172 ## [](https://sonarcloud.io/dashboard?id=apache_dubbo-go&pullRequest=3365) **Quality Gate passed** Issues  [0 New issues](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=3365&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  [0 Accepted issues](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=3365&issueStatuses=ACCEPTED) Measures  [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-go&pullRequest=3365&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=apache_dubbo-go&pullRequest=3365&metric=new_coverage&view=list)  [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=apache_dubbo-go&pullRequest=3365&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarQube Cloud](https://sonarcloud.io/dashboard?id=apache_dubbo-go&pullRequest=3365) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[PR] docs: refresh outdated entries in filter README [dubbo-go]
Vanillaxi opened a new pull request, #3365: URL: https://github.com/apache/dubbo-go/pull/3365 ### Description Refresh `filter/README.md` to match the current filter directory. Changes: - Replace outdated filter names: - `execlmt` -> `exec_limit` - `gshutdown` -> `graceful_shutdown` - Add missing existing filters: - `adaptivesvc` - `otel/trace` - `polaris/limit` - Improve grammar in the Getting Started section. Open #3363 ### Checklist - [x] I confirm the target branch is `develop` - [x] Code has passed local testing - [ ] I have added tests that prove my fix is effective or that my feature works This is a documentation-only change, so no tests were added. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
