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

support Cobertura coverage reports with drive letter only in source tag #2268

Merged
merged 1 commit into from
Oct 22, 2021

Conversation

guwirth
Copy link
Collaborator

@guwirth guwirth commented Oct 22, 2021

Sample:

<sources>
   <source>f:</source>
</sources> ...
<class name="file.h" filename="my/file/path/file.h" line-rate="0" branch-rate="0" complexity="0">
...

This change is Reviewable

@guwirth guwirth added the bug label Oct 22, 2021
@guwirth guwirth added this to the 2.0.6 milestone Oct 22, 2021
@guwirth guwirth self-assigned this Oct 22, 2021
- source tag: drive letter without file separator was not supported in the past
- use Apache Maven 3.8.3
- close SonarOpenCommunity#1682

Sample:
```XML
<sources>
   <source>f:</source>
</sources> ...
<class name="file.h" filename="my/file/path/file.h" line-rate="0" branch-rate="0" complexity="0">
...
```
@guwirth guwirth merged commit fed5f63 into SonarOpenCommunity:master Oct 22, 2021
@guwirth guwirth deleted the fix-1682 branch July 26, 2022 09:05
@guwirth guwirth restored the fix-1682 branch July 26, 2022 09:14
@guwirth guwirth deleted the fix-1682 branch February 8, 2023 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

cobertura coverage does not support drive letter only in source tag
1 participant