-
Notifications
You must be signed in to change notification settings - Fork 109
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
[to #526] Add codecov on Github Action (#524) #533
[to #526] Add codecov on Github Action (#524) #533
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## release-3.1 #533 +/- ##
==============================================
Coverage ? 28.28%
Complexity ? 1088
==============================================
Files ? 263
Lines ? 16525
Branches ? 1892
==============================================
Hits ? 4674
Misses ? 11330
Partials ? 521 Continue to review full report at Codecov.
|
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.
@andylokandy please resolve conflicts.
Signed-off-by: andylokandy <andylokandy@hotmail.com>
@marsishandsome @zz-jason PTAL |
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
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
/merge |
/run-all-tests |
@marsishandsome We have to forcibly merge it. |
cherry-pick #524 to release-3.1
You can switch your code base to this Pull Request by using git-extras:
# In client-java repo: git pr https://github.com/tikv/client-java/pull/533
After apply modifications, you can push your change to this PR via:
Signed-off-by: andylokandy andylokandy@hotmail.com
Ref #526
What is changed and how it works?
Add CI using Github Action. Intended to replace jenkins.
Code changes
Check List for Tests