Jan Grodowski
Jan Grodowski
`undercover` should create warnings on entire files that weren't required by specs and hence don't show up in the lcov output. This can be done by changing logic starting from...
Given a file like ``` def untested "foo" "bar" end def tested "foo" "bar" end ``` only the `untested` function would be parsed, because of `lib/undercover.rb:97`
Related issue: https://github.com/github/gh-ost/issues/1499 ### Description Adds `gh-ost-on-batch-copy-retry` to `hooks.go`, which enables dynamic reconfiguration on errors in `applyCopyRowsFunc`. The use case my team needs is to allow changing the `chunk-size` in...