Codecov when there is switch case with random #798
Closed
00thirdeye00
started this conversation in
General
Replies: 1 comment 3 replies
-
we could introduce |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
company test for example has multiple options to generate company name. this happens in random fashion which won't cover code. my suggestion is to change such functions to have a default parameter. default parameter being no parameter. if no parameter is given run it in random fashion (like the current implementation) otherwise generate name as per the parameter passed.
Beta Was this translation helpful? Give feedback.
All reactions