Y
Hacker News
new
|
ask
|
show
|
jobs
by
marcinzm
2620 days ago
If you're using a CI that runs on every PR/master merge wouldn't it catch this without the need for git-bisect?
1 comments
int_19h
2620 days ago
Only if your tests have perfect coverage. And by "perfect" I don't mean lines or branches, but program states.
link