When using `metrics show --all-commits` we got failures due to a historic commit where a `dvc.lock` file was committed with merge conflicts in it. I think it would be best to skip (and log warnings) revisions where a `LockfileCorruptedError` is thrown.
When using
metrics show --all-commitswe got failures due to a historic commit where advc.lockfile was committed with merge conflicts in it.I think it would be best to skip (and log warnings) revisions where a
LockfileCorruptedErroris thrown.