Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update codecov config #11582

Merged
merged 8 commits into from Feb 16, 2023
Merged

Update codecov config #11582

merged 8 commits into from Feb 16, 2023

Conversation

AlbumenJ
Copy link
Member

What is the purpose of the change

Brief changelog

Verifying this change

Checklist

  • Make sure there is a GitHub_issue field for the change (usually before you start working on it). Trivial changes like typos do not require a GitHub issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Check if is necessary to patch to Dubbo 3 if you are work on Dubbo 2.7
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add sample in dubbo samples project.
  • Add some description to dubbo-website project if you are requesting to add a feature.
  • GitHub Actions works fine on your own branch.
  • If this contribution is large, please follow the Software Donation Guide.

@codecov-commenter
Copy link

codecov-commenter commented Feb 16, 2023

Codecov Report

Merging #11582 (eb7ec82) into 3.2 (7a774d2) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                3.2   #11582      +/-   ##
============================================
- Coverage     67.39%   67.39%   -0.01%     
  Complexity        2        2              
============================================
  Files          1508     1508              
  Lines         62712    62712              
  Branches       9194     9194              
============================================
- Hits          42267    42263       -4     
  Misses        16284    16284              
- Partials       4161     4165       +4     
Impacted Files Coverage Δ
...router/condition/config/AppStateRouterFactory.java 88.88% <0.00%> (-11.12%) ⬇️
.../dubbo/rpc/protocol/tri/call/TripleClientCall.java 56.88% <0.00%> (-1.84%) ⬇️
...bo/registry/client/OverrideInstanceAddressURL.java 33.73% <0.00%> (-1.21%) ⬇️
...n/java/org/apache/dubbo/common/bytecode/Proxy.java 69.52% <0.00%> (-0.96%) ⬇️
...dubbo/remoting/exchange/support/DefaultFuture.java 85.34% <0.00%> (-0.87%) ⬇️
...stry/client/ServiceDiscoveryRegistryDirectory.java 71.28% <0.00%> (-0.70%) ⬇️
...ava/org/apache/dubbo/rpc/model/FrameworkModel.java 91.39% <0.00%> (-0.67%) ⬇️
...ubbo/config/deploy/DefaultApplicationDeployer.java 74.06% <0.00%> (-0.54%) ⬇️
...ting/zookeeper/curator/CuratorZookeeperClient.java 56.76% <0.00%> (-0.38%) ⬇️
...apache/dubbo/common/extension/ExtensionLoader.java 81.62% <0.00%> (-0.30%) ⬇️
... and 9 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sonarcloud
Copy link

sonarcloud bot commented Feb 16, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

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

@AlbumenJ AlbumenJ merged commit c6cf17e into apache:3.2 Feb 16, 2023
mytang0 added a commit to mytang0/dubbo that referenced this pull request Feb 20, 2023
* origin/3.2:
  Update codecov config (apache#11582)
  [Triple] Fix boxed type methods (apache#11577)
mytang0 added a commit to mytang0/dubbo that referenced this pull request Feb 20, 2023
* origin/3.2: (22 commits)
  Update codecov config (apache#11582)
  metric package structure optimization (apache#11576)
  Fix compile
  Provides the public part of metrics data collection and export (apache#11522)
  [Triple] Fix boxed type methods (apache#11577)
  Bump to 3.2.0-beta.6-SNAPSHOT
  Fix synchronized in ModelEnvironment (apache#11584)
  Fix conflict
  Fix concurrent issue in scope model (apache#11525)
  Update codecov config (apache#11580)
  Set timeout value to string (apache#11565)
  Skip mapping retry if metadata config is invalid (apache#11323)
  Fix stackoverflow in SerializeSecurityConfigurator (apache#11561)
  Revert clear response operation of timeoutfilter (apache#11562)
  Fix hessian2 serializable check (apache#11573)
  feat: fix oom (apache#11571)
  Enhance serializable check option (apache#11460)
  Fix config absent when refresh (apache#11505)
  Enhance json util check (apache#11501)
  classNotFound (apache#11552)
  ...
mytang0 added a commit to mytang0/dubbo that referenced this pull request Feb 23, 2023
* origin/3.2: (32 commits)
  dubbo-security Jackson error (apache#11622)
  sync meter to spring boot management (apache#11630)
  Rest bugfix & optimization (apache#11617)
  Observability task: metadata center (apache#11593)
  Enhance the way to get dubbo version (apache#11574)
  Bump protobuf-java from 3.21.12 to 3.22.0 (apache#11615)
  Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 (apache#11613)
  Bump micrometer-bom from 1.10.3 to 1.10.4 (apache#11611)
  Bump libthrift from 0.17.0 to 0.18.0 (apache#11614)
  Bump maven-failsafe-plugin from 3.0.0-M8 to 3.0.0-M9 (apache#11612)
  Bump reactor-core from 3.5.2 to 3.5.3 (apache#11610)
  Bump byte-buddy from 1.13.0 to 1.14.0 (apache#11609)
  Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (apache#11608)
  Bump micrometer-tracing-bom from 1.0.1 to 1.0.2 (apache#11607)
  3.2 consumer proxy invocation handler (apache#11108)
  Update DubboReference.java (apache#11621)
  Bump version to 3.1.8-SNAPSHOT
  Add Consumer Metrics (apache#11542)
  Backport of remove apache-rat-plugin. (apache#11523) (apache#11592)
  Update codecov config (apache#11582)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants