• Petr Špaček's avatar
    CI coverage: merge test coverage data from parallel runs · b2497b13
    Petr Špaček authored
    We run tests in paralell so have to make sure that coverage tools
    do not overwrite results from each run.
    
    This is hacky because lcov tool insists on having gcno and gcda files
    in the same place as original source, so we have to copy files
    to workaround this.
    b2497b13