Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix case sensivity paths #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Huczu
Copy link

@Huczu Huczu commented Jul 24, 2019

Hello,
I found a problem with uploading scans to my SonarQube server. I spotted that my files are all lowercase and sonar-scanner doesn't detect the line covered. This fix will change all paths to be the same as they are with case sensitivity.
For example:
C:\test\mycode.cpp to C:\Test\MYCode.cpp

I also updated OCC submodule to 0.9.8.0 release version.

Thanks,
Andrzej Huk

@janosvitok
Copy link

As commented in https://stackoverflow.com/a/81493, this code may swallow file extension and-or may not work on Documents directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants