Romanx / Cake.Coverlet

Coverlet extensions for Cake Build
MIT License
40 stars 15 forks source link

Fix passing directories with spaces to dotnet test call #46

Open DaKaLKa opened 2 years ago

DaKaLKa commented 2 years ago

In the current version there are problems running the coverlet function if the directory contains spaces. This PR fixes the call by adding quotation mark when calling the dotnet test command.