You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/06/01 13:02:30 UTC

[GitHub] [incubator-devlake] Startrekzky opened a new issue, #2051: Explore a more accurate `Test Coverage`

Startrekzky opened a new issue, #2051:
URL: https://github.com/apache/incubator-devlake/issues/2051

   ## Description
   Like many projects based on Golang, TiDB is using 'go test' to get test coverage result. They found that the result cannot effectively reflect/predict the modules/components that have more potential defects (bugs).
   Thus, they want to explore a better way to calculate 'test coverage'. As a consequence, the metric can help them plan QA resources.
   
   ## Describe the solution you'd like
   The logic solution is to calculate the test coverage in a more detailed level, from line-level test coverage to function-level test coverage to branch-level test coverage.
   
   However, instead of exploring a new algorithm for different levels of 'test coverage', a more practical way would be:
   
   - [ ] research existing dynamic testing tools, such as https://github.com/qiniu/goc and etc., to find a better alternative for Go Test.
   - [ ] (optional) if the tool exists, support this data source.
   
   ## Has the Feature been Requested Before?
   This is a sub-issue of #949 
   
   ## Additional context
   N/A
   


-- 
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@devlake.apache.org.apache.org

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


[GitHub] [incubator-devlake] github-actions[bot] commented on issue #2051: Explore a more accurate `Test Coverage`

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #2051:
URL: https://github.com/apache/incubator-devlake/issues/2051#issuecomment-1198744765

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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@devlake.apache.org

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


[GitHub] [incubator-devlake] github-actions[bot] closed issue #2051: Explore a more accurate `Test Coverage`

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #2051: Explore a more accurate `Test Coverage`
URL: https://github.com/apache/incubator-devlake/issues/2051


-- 
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@devlake.apache.org

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


[GitHub] [incubator-devlake] github-actions[bot] commented on issue #2051: Explore a more accurate `Test Coverage`

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #2051:
URL: https://github.com/apache/incubator-devlake/issues/2051#issuecomment-1190897771

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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@devlake.apache.org

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