-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[MINOR] Add Jira URL and Mailing List #2404
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2404 +/- ##
=============================================
- Coverage 50.23% 10.04% -40.20%
+ Complexity 2985 48 -2937
=============================================
Files 410 52 -358
Lines 18398 1852 -16546
Branches 1884 223 -1661
=============================================
- Hits 9242 186 -9056
+ Misses 8398 1653 -6745
+ Partials 758 13 -745
Flags with carried forward coverage won't be shown. Click here to find out more. |
@yanghua please take a look when free |
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.
LGTM
@vinothchandar Do you agree with this change? |
yes. thanks @wangxianghu ! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2404 +/- ##
============================================
- Coverage 50.23% 50.22% -0.02%
Complexity 2985 2985
============================================
Files 410 410
Lines 18398 18398
Branches 1884 1884
============================================
- Hits 9242 9240 -2
- Misses 8398 8399 +1
- Partials 758 759 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
Tips
What is the purpose of the pull request
(For example: This pull request adds quick-start document.)
Brief change log
(for example:)
Verify this pull request
(Please pick either of the following options)
This pull request is a trivial rework / code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Committer checklist
Has a corresponding JIRA in PR title & commit
Commit message is descriptive of the change
CI is green
Necessary doc changes done or have another open PR
For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.