-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add codecov git action to track test coverage metrics #1945
Conversation
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.
update
https://github.com/apache/incubator-linkis/runs/5983197735?check_suite_focus=true
Some error log info |
Codecov Report
@@ Coverage Diff @@
## master #1945 +/- ##
=========================================
Coverage ? 16.89%
Complexity ? 526
=========================================
Files ? 280
Lines ? 8709
Branches ? 1273
=========================================
Hits ? 1471
Misses ? 7086
Partials ? 152 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.
LGTM.
@husofskyzy Hi, I'm from the Apache HugeGraph(incubator) team, and we are currently encountering a codecov issue, Can I ask some questions? After we migrated the hugegraph project to apache, codecov could not send the report to the github PR. It seems OK for linkis PR, what operations you have done? Do you installed the codecov app for linkis repository? Thanks~ |
yes,we have installed the codecov app.you can see the file change in this PR. |
Thank you. |
* 提交测试覆盖率 * Update pom.xml update * Update pom.xml * Update pom.xml
* Add codecov git action to track test coverage metrics (#1945) * enable prometheus monitoring * Enable to specify the port range of engine conn(EC) * Enable prometheus in install script Co-authored-by: Casion <[email protected]> Co-authored-by: husofskyzy <[email protected]> Co-authored-by: peacewong <[email protected]>
What is the purpose of the change
add codecov git action to track test coverage metrics #1946
Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts: