You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we for example check that a repo has a test folder?
This is not fool-proof as not everyone who has tests will have a test folder (even though it's the convention) and having one doesn't mean you actually have any tests, much less guarantee coverage. But would checking for something like this be an interesting initial indicator of tested code?
(Aside: I think looking for badges would prove relatively inconclusive (e.g. if trying to look for test coverage details) because they're still not used widely enough)
The text was updated successfully, but these errors were encountered:
Could we for example check that a repo has a
test
folder?This is not fool-proof as not everyone who has tests will have a
test
folder (even though it's the convention) and having one doesn't mean you actually have any tests, much less guarantee coverage. But would checking for something like this be an interesting initial indicator of tested code?(Aside: I think looking for badges would prove relatively inconclusive (e.g. if trying to look for test coverage details) because they're still not used widely enough)
The text was updated successfully, but these errors were encountered: