class Pronto::Rustcov

def lcov_path

def lcov_path
  ENV['PRONTO_RUSTCOV_LCOV_PATH'] || ENV['LCOV_PATH'] || 'target/lcov.info'
end