Skip to content

Use double wildcard for resultfiles of TestCov to get all sub-directories of output folder

Thomas Lemberger requested to merge (removed):testcov into master

Somehow, sub-directories of output are not retrieved with a single wildcard (**output/*), even though this works for **test-suite/*. Use a double wildcard (**output/**) to get directory output/test-suite in addition to other files in output.

Merge request reports