-
Notifications
You must be signed in to change notification settings - Fork 76
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
.NET, Cobertura, Code Climate generates invalid results #458
Comments
I just tried it using the |
@efueger Is this on our radar already? |
nachtjasmin
added a commit
to anexia/dotnet-e5e
that referenced
this issue
Mar 14, 2024
Even though the Code Coverage report is correct and other platforms like GitLab do not have a problem understanding it, the CodeClimate reporter struggles with double slashes that seem to be introduced by itself. This is also tracked in an issue, which is open since three years with no intent of fixing it. Therefore, I assume this is not going to be closed soon. codeclimate/test-reporter#458 As a workaround, we're now using the lcov format.
nachtjasmin
added a commit
to anexia/dotnet-e5e
that referenced
this issue
Mar 14, 2024
Even though the Code Coverage report is correct and other platforms like GitLab do not have a problem understanding it, the CodeClimate reporter struggles with double slashes that seem to be introduced by itself. This is also tracked in an issue, which is open since three years with no intent of fixing it. Therefore, I assume this is not going to be closed soon. codeclimate/test-reporter#458 As a workaround, we're now using the lcov format.
beachmachine
pushed a commit
to anexia/dotnet-e5e
that referenced
this issue
Mar 14, 2024
Even though the Code Coverage report is correct and other platforms like GitLab do not have a problem understanding it, the CodeClimate reporter struggles with double slashes that seem to be introduced by itself. This is also tracked in an issue, which is open since three years with no intent of fixing it. Therefore, I assume this is not going to be closed soon. codeclimate/test-reporter#458 As a workaround, we're now using the lcov format.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I recently decided to set up Code Climate for my repository, but I've been having a lot of issues.
I generate coverage reports with Coverlet, using the following command:
This creates
RomanizationTests/coverage.cobertura.xml
. As far as I can tell this file is without issue, and correct.I then process it with the following:
The file is successfully uploaded to Code Climate, but I get the following error:
With the full error:
The issue is clearly with the double
/
in the path, but it makes no sense.Romanization/Languages/Japanese/KanjiReadings.cs
is about halfway through the file list, and there are way more files than just it in the repo.Am I missing something obvious, or is this a known issue?
For reference
The text was updated successfully, but these errors were encountered: