Skip to content

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

Merged
guwirth merged 1 commit intoSonarOpenCommunity:masterfrom
guwirth:fix-1682
Oct 22, 2021
Merged

support Cobertura coverage reports with drive letter only in source tag#2268
guwirth merged 1 commit intoSonarOpenCommunity:masterfrom
guwirth:fix-1682

Conversation

@guwirth
Copy link
Copy Markdown
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