JuliaCI / Coverage.jl

Take Julia code coverage and memory allocation results, do useful things with them
MIT License
174 stars 68 forks source link

normalize file path separators #290

Closed vtjnash closed 3 years ago

vtjnash commented 3 years ago

As can be seen on this recent report https://coveralls.io/builds/34877434, \ isn't understood by Coveralls, since it expects URI formatted paths.

vtjnash commented 3 years ago

Refs https://github.com/lemurheavy/coveralls-public/issues/1443