-
Notifications
You must be signed in to change notification settings - Fork 742
ci: ignore codecov path #8734
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
ci: ignore codecov path #8734
Conversation
Signed-off-by: okJiang <819421878@qq.com>
/retest |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8734 +/- ##
==========================================
+ Coverage 70.10% 75.53% +5.42%
==========================================
Files 517 460 -57
Lines 79983 72101 -7882
==========================================
- Hits 56076 54464 -1612
+ Misses 20339 14154 -6185
+ Partials 3568 3483 -85
Flags with carried forward coverage won't be shown. Click here to find out more. |
codecov.yml
Outdated
@@ -24,3 +24,8 @@ flag_management: | |||
target: 74% # increase it if you want to enforce higher coverage for project, current setting as 74% is for do not let the error be reported and lose the meaning of warning. | |||
- type: patch | |||
target: 74% # increase it if you want to enforce higher coverage for project, current setting as 74% is for do not let the error be reported and lose the meaning of warning. | |||
|
|||
ignore: | |||
- "tools" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can keep the pd control.
Signed-off-by: okJiang <819421878@qq.com>
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lhy1024, rleungx The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What problem does this PR solve?
Issue Number: Close #8736
What is changed and how does it work?
Check List
Tests
Release note