Skip to content

Fix rcov integration on windows (or platoform where PATH_SEPARATOR != : more generally)

gitlab-qa-bot requested to merge github/fork/sundbp/master into master

Created by: sundbp

Fixes incorrect behavior on windows platform where PATH_SEPARATOR is set to ';' which tricks rcov to add "spec;lib" to path instead of adding ["spec", "lib"].

Merge request reports