Yicong-Huang commented on PR #5459:
URL: https://github.com/apache/texera/pull/5459#issuecomment-4643444575

   I am only speculating here: maybe the test target has already been tested 
through other tests?
   For example, suppose
   - `foo()` is a helper method, and had no tests before.
   - `main()` is an entry method, which calls `foo()` inside, and had tests.
   
   Now if you add tests against `foo()`, it won't help because `foo()` has been 
covered by `main()`'s tests before.
   
   Thus to look for adding more tests, it is not about "which file has no 
test", but "which file has not been covered". 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to