uutils / coreutils

Cross-platform Rust rewrite of the GNU coreutils
https://uutils.github.io/
MIT License
17.61k stars 1.27k forks source link

CI: Check code coverage also on Windows #6686

Open BenWiederhake opened 3 weeks ago

BenWiederhake commented 3 weeks ago

The Code Coverage CI step on Windows is currently deactivated, because there is some issue around the crate profiler_builtins: #6534

After several months of wasted compute power and apparently noone caring enough to fix the bug, the CI step was removed in #6687. This issue exists as a reminder to re-enable this feature, in some form or another.

sylvestre commented 3 weeks ago

Do you know if the issue has been reported upstream (profiler_builtins ?)

BenWiederhake commented 3 weeks ago

I wouldn't know either way.