Skip to content

Replace all backslashes in file paths with forward slashes

Automatically convert backslashes in file paths to forward slashes before making a request for the file (ex. \.gitlab-ci.yml -> /.gitlab-ci.yml and \src\test123.ts -> /src/test123.ts.

Merge request reports

Loading