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

fixes #1475 the wrong hyperlinks #1476

Merged
merged 3 commits into from
May 17, 2021
Merged

fixes #1475 the wrong hyperlinks #1476

merged 3 commits into from
May 17, 2021

Conversation

THyyy
Copy link
Contributor

@THyyy THyyy commented May 17, 2021

// Describe your PR here; eg. Fixes #issueNo

Fixes #1475 The hyperlinks of BodyInserterContext and CachedBodyOutputMessage are wrong.

Make sure that:

  • You have read the contribution guidelines.
  • You submit test cases (unit or integration tests) that back your changes.
  • Your local test passed mvn clean install -Dmaven.javadoc.skip=true.
Siteproxy
THyyy added 3 commits May 17, 2021 10:57

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@codecov-commenter
Copy link

codecov-commenter commented May 17, 2021

Codecov Report

Merging #1476 (af56e8a) into master (93f9a02) will decrease coverage by 0.11%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1476      +/-   ##
============================================
- Coverage     64.07%   63.95%   -0.12%     
  Complexity     2046     2046              
============================================
  Files           407      407              
  Lines          8804     8804              
  Branches        881      881              
============================================
- Hits           5641     5631      -10     
- Misses         2742     2754      +12     
+ Partials        421      419       -2     
Impacted Files Coverage Δ Complexity Δ
...shenyu/web/filter/support/BodyInserterContext.java 100.00% <ø> (ø) 4.00 <0.00> (ø)
...yu/web/filter/support/CachedBodyOutputMessage.java 64.28% <ø> (ø) 4.00 <0.00> (ø)
...che/shenyu/sync/data/http/HttpSyncDataService.java 65.04% <0.00%> (-9.71%) 12.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 93f9a02...af56e8a. Read the comment docs.

@dengliming dengliming merged commit 8e6a9c4 into apache:master May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The hyperlinks are wrong
3 participants