buildtools.aggregate_codecov

This tool aggregates D code 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 coverage files for the same source code file along the way.

Copyright (c) 2017-2021, eBay Inc. 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

License

Boost Licence 1.0 (http://boost.org/LICENSE_1_0.txt)