-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
build:add codecov.yml #9618
build:add codecov.yml #9618
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9618 +/- ##
================================================
+ Coverage 67.3268% 67.4073% +0.0804%
================================================
Files 376 374 -2
Lines 79019 78895 -124
================================================
- Hits 53201 53181 -20
+ Misses 21064 20963 -101
+ Partials 4754 4751 -3 |
Sorry for some of my actions that caused a problem. I have upgraded the CodeCov and now it works more strictly than before. (For example, in this PR:#9617 if what we commit has been covered less than the project"s average, CodeCov rejects to this merge.) I think this is not what we expected. Please Review this PR at first because this PR may block someone"s work. |
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
* terror: replace sirupsen/logrus by pingcap/log also fixed test failure on Windows * circle.yml: restrict test parallelism in integration tests also, stop verifying parser.go and code format in the integration tests... those steps are redundant. * codecov: add codecov.yml, based on pingcap/tidb#9618 Co-authored-by: tiancaiamao <[email protected]>
* terror: replace sirupsen/logrus by pingcap/log also fixed test failure on Windows * circle.yml: restrict test parallelism in integration tests also, stop verifying parser.go and code format in the integration tests... those steps are redundant. * codecov: add codecov.yml, based on pingcap/tidb#9618 Co-authored-by: tiancaiamao <[email protected]>
* terror: replace sirupsen/logrus by pingcap/log also fixed test failure on Windows * circle.yml: restrict test parallelism in integration tests also, stop verifying parser.go and code format in the integration tests... those steps are redundant. * codecov: add codecov.yml, based on pingcap#9618 Co-authored-by: tiancaiamao <[email protected]>
* terror: replace sirupsen/logrus by pingcap/log also fixed test failure on Windows * circle.yml: restrict test parallelism in integration tests also, stop verifying parser.go and code format in the integration tests... those steps are redundant. * codecov: add codecov.yml, based on #9618 Co-authored-by: tiancaiamao <[email protected]>
* terror: replace sirupsen/logrus by pingcap/log also fixed test failure on Windows * circle.yml: restrict test parallelism in integration tests also, stop verifying parser.go and code format in the integration tests... those steps are redundant. * codecov: add codecov.yml, based on pingcap/tidb#9618 Co-authored-by: tiancaiamao <[email protected]>
What problem does this PR solve?
Add codecov.yml.
Tests