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

#27 use fully-qualified class names to avoid ambiguity in reports #133

Merged
merged 1 commit into from
Dec 2, 2015

Conversation

RichardBradley
Copy link
Contributor

This fixes #27.

Tested on https://github.com/RichardBradley/scoverage-27-demo and in the unit tests.

</topLevelClass>
<fullClassName>
{stmt.location.fullClassName}
</fullClassName>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe that the XML format used here is internal to scoverage, so can be changed without BC concerns

@RichardBradley
Copy link
Contributor Author

This is ready to merge, I think. Do you need anything more from me on this?

sksamuel added a commit that referenced this pull request Dec 2, 2015
#27 use fully-qualified class names to avoid ambiguity in reports
@sksamuel sksamuel merged commit 896d3a8 into scoverage:master Dec 2, 2015
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.

Two classes with the same simple name confuse scoverage
3 participants