You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UTBotCpp-173 [coreutils] Collection of coverage takes too long
- Fix changes the `llvm-cov export` call by extension of parameters set:
adding the tested files as sources to restrict the coverage report JSON output.
In case of `coreutils` it reduces the JSON size from 100M to 2M.
- The command line for `llvm-cov export` was optimized by removing identical
`-object BIN` switches.
Related problem (not fixed): `Paths::testPathToSourcePath` does not work
for `*.cpp` files.
0 commit comments