Optimize GitHub Action to Retrieve target/logs/ Files#15264
Merged
CrazyHZM merged 3 commits intoapache:3.3from Apr 20, 2025
Merged
Optimize GitHub Action to Retrieve target/logs/ Files#15264CrazyHZM merged 3 commits intoapache:3.3from
CrazyHZM merged 3 commits intoapache:3.3from
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 3.3 #15264 +/- ##
=========================================
Coverage 60.75% 60.76%
- Complexity 10915 10920 +5
=========================================
Files 1886 1886
Lines 86123 86123
Branches 12902 12902
=========================================
+ Hits 52328 52336 +8
+ Misses 28336 28325 -11
- Partials 5459 5462 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
Member
Author
|
This PR need another PRs. |
Member
Author
|
I think after apache/dubbo-samples#1214 be merged.This PR can be merged. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


What is the purpose of the change?
upload artifacts for logs
This is a solution for issue #15234
After this PR, we can download runtime logs at step
Upload test logsChecklist