aggregate_codecov

This tool aggregates D coverage files to a common directory.

D code coverage files are written to the directory where the test was initiated. When multiple tests are run from different directories, multiple output files are produced. This tool moves these files to a common directory, aggregating them in the process.

Copyright (c) 2017, eBay Software Foundation Initially written by Jon Degenhardt

Members

Functions

main
int main(string[] cmdArgs)
Undocumented in source. Be warned that the author may not have intended to support it.
mergeCoverageFiles
void mergeCoverageFiles(string fromFile, string toFile)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta