Replies: 2 comments
-
https://medium.com/@dacarl.ji/goc-a-new-open-source-coverage-collection-tool-for-golang-663d8c4343e9 |
Beta Was this translation helpful? Give feedback.
-
Drive higher confidence in making changes by detecting large blocks of untested functionality. The key challenge with large code bases with low test coverage is to prioritize which sections of code to test first. The standard coverage tools tell about the code coverage percentage and what is covered and uncovered however it doesn't give an input on which functions to cover first and what will be the impact of covering them. This tool addresses the challenge by providing the sorted list of functions to cover and the impact associated with covering it. |
Beta Was this translation helpful? Give feedback.
-
https://medium.com/gojekengineering/building-a-tool-to-improve-go-codebases-test-coverage-5a775c4f9884
Beta Was this translation helpful? Give feedback.
All reactions