#!/bin/bash

function infer.cov_report {

    tests.infer_test_tasks "cov-report" "$DEFAULT_COV_REPORT_TASK"

}
