grunt-qunit-istanbul icon indicating copy to clipboard operation
grunt-qunit-istanbul copied to clipboard

Drive letters on Windows should not be case-sensitive

Open sgarcialaguna opened this issue 9 years ago • 4 comments

This took me a couple hours to figure out.

Wanted to include grunt-qunit-istanbul in a Jenkins project - the test ran fine, but the coverage report was empty. Running 'grunt qunit' manually worked fine. Eventually I found that Jenkins used 'd:\Jenkins' as a workspace path and I used that path in my call to grunt. Changing it to 'D:\Jenkins' fixed the issue.

sgarcialaguna avatar Jul 31 '14 17:07 sgarcialaguna