Closed xzandrew closed 4 years ago
We had a bug in processing where we skipped all branches because IncrementalIgnoreBranchesOlderThan check was wrong.
Unfortunately, just fixing that doesn't work in certain conditions this leads to panic. Keep it disabled for now.
Here is an overview of what got changed by this pull request:
Complexity decreasing per file ============================== + ripsrc/code.go -4
See the complete overview on Codacy
We had a bug in processing where we skipped all branches because IncrementalIgnoreBranchesOlderThan check was wrong.
Unfortunately, just fixing that doesn't work in certain conditions this leads to panic. Keep it disabled for now.