codecov_to_relative_path

This tool coverts D code coverage files from absolute to relative paths.

D code coverage files are written using absolute path names if absolute paths are used in the build command. (This enables running coverage tests from a directory other than the original build directory.) This tool converts the files to relative paths. This includes the file name and the name included in the file.

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.

Meta

License

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