You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by GitBox <gi...@apache.org> on 2022/04/12 01:53:05 UTC

[GitHub] [incubator-linkis] husofskyzy opened a new pull request, #1945: Submit test coverage codecov

husofskyzy opened a new pull request, #1945:
URL: https://github.com/apache/incubator-linkis/pull/1945

   ### What is the purpose of the change
   Submit test coverage codecov
   
   ### Brief change log
   (for example:)
   Submit test coverage codecov
   
   ### 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:
   - Dependencies (does it add or upgrade a dependency): (no)
   - Anything that affects deployment: (no)
   - The MGS(Microservice Governance Services), i.e., Spring Cloud Gateway, OpenFeign, Eureka.: (no)
   
   ### Documentation
   - Does this pull request introduce a new feature? (no)
   - If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] javeme commented on pull request #1945: Add codecov git action to track test coverage metrics

Posted by GitBox <gi...@apache.org>.
javeme commented on PR #1945:
URL: https://github.com/apache/incubator-linkis/pull/1945#issuecomment-1103645275

   Thank you.
   We also update [.github/workflows/ci.yml](https://github.com/apache/incubator-hugegraph/pull/1834/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL96), but codecov still could not send the report to the github PR. Do you mean the codecov app is installed in github `settings/installations` location https://github.com/apache/incubator-linkis/settings/installations ?
   
   Like this location:
   <img width="1146" alt="image" src="https://user-images.githubusercontent.com/9625821/164188943-8ec63b88-3077-4375-bb58-ebe89f171610.png">
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] codecov[bot] commented on pull request #1945: Add codecov git action to track test coverage metrics

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on PR #1945:
URL: https://github.com/apache/incubator-linkis/pull/1945#issuecomment-1096580910

   # [Codecov](https://codecov.io/gh/apache/incubator-linkis/pull/1945?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > :exclamation: No coverage uploaded for pull request base (`master@85dca85`). [Click here to learn what that means](https://docs.codecov.io/docs/error-reference?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#section-missing-base-commit).
   > The diff coverage is `n/a`.
   
   ```diff
   @@            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](https://codecov.io/gh/apache/incubator-linkis/pull/1945?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/incubator-linkis/pull/1945?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [85dca85...6b5e0c5](https://codecov.io/gh/apache/incubator-linkis/pull/1945?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] husofskyzy commented on pull request #1945: Add codecov git action to track test coverage metrics

Posted by GitBox <gi...@apache.org>.
husofskyzy commented on PR #1945:
URL: https://github.com/apache/incubator-linkis/pull/1945#issuecomment-1103612966

   > @husofskyzy Hi, I'm from the Apache HugeGraph(incubator) team, and we are currently encountering a [codecov issue](https://github.com/apache/incubator-hugegraph/issues/1836), Can I ask some questions?
   > 
   > After we migrated the [hugegraph project](https://github.com/apache/incubator-hugegraph) to apache, codecov could not send the report to the github PR. It seems OK for [linkis PR](https://github.com/apache/incubator-linkis/pull/1945#issuecomment-1096580910), 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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] javeme commented on pull request #1945: Add codecov git action to track test coverage metrics

Posted by GitBox <gi...@apache.org>.
javeme commented on PR #1945:
URL: https://github.com/apache/incubator-linkis/pull/1945#issuecomment-1103523519

   @husofskyzy Hi, I'm from the Apache HugeGraph(incubator) team, and we are currently encountering a [codecov issue](https://github.com/apache/incubator-hugegraph/issues/1836), Can I ask some questions?
   
   After we migrated the [hugegraph project](https://github.com/apache/incubator-hugegraph) to apache, codecov could not send the report to the github PR. It seems OK for [linkis PR](https://github.com/apache/incubator-linkis/pull/1945#issuecomment-1096580910), what operations you have done? Do you installed the codecov app for linkis repository? Thanks~
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] casionone commented on pull request #1945: Add codecov git action to track test coverage metrics

Posted by GitBox <gi...@apache.org>.
casionone commented on PR #1945:
URL: https://github.com/apache/incubator-linkis/pull/1945#issuecomment-1095933239

   https://github.com/apache/incubator-linkis/runs/5983197735?check_suite_focus=true
   ```
   [2022-04-12T03:08:46.318Z] ['info'] => Project root located at: /home/runner/work/incubator-linkis/incubator-linkis
   [2022-04-12T03:08:46.319Z] ['info'] -> No token specified or token is empty
   [2022-04-12T03:08:46.332Z] ['info'] Searching for coverage files...
   [2022-04-12T03:08:47.1[25](https://github.com/apache/incubator-linkis/runs/5983197735?check_suite_focus=true#step:7:25)Z] ['info'] Warning: Some files located via search were excluded from upload.
   [2022-04-12T03:08:47.125Z] ['info'] If Codecov did not locate your files, please review https://docs.codecov.com/docs/supported-report-formats
   [2022-04-12T03:08:47.125Z] ['error'] There was an error running the uploader: No coverage files located, please try use `-f`, or change the project root with `-R`
   ```
   Some  error log info  ` ['error'] There was an error running the uploader: No coverage files located, please try use `-f`, or change the project root with `-R`
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] peacewong merged pull request #1945: Add codecov git action to track test coverage metrics

Posted by GitBox <gi...@apache.org>.
peacewong merged PR #1945:
URL: https://github.com/apache/incubator-linkis/pull/1945


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org