You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[test_windows_full
failed](https://github.com/lampepfl/dotty/actions/runs/3313981586/jobs/5472673283)
Coverage tests replaced all `\` by `/`, but the paths are now escaped,
which turns `C:\folder\file` into `C:\\folder\\file`. Thus we need to
replace `\\` by `/`!
Note: this fix is better than removing `.escaped` from paths, because
paths are allowed to contains problematic characters such as newlines,
which would break the coverage report.
0 commit comments