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

testPaths is not relative to basePath, unlike outputFile #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jimmux
Copy link

@jimmux jimmux commented Sep 12, 2018

This is one possible way to add test file paths relative to basePath, to make it consistent and not break backwards compatibility of testPaths and testFilePattern. Note that I'm not a fan of my new config item name (basePathGlob) but having trouble thinking of a better one. "testFilesGlobFromBasePath" is a bit cumbersome. Naming is hard.

The gist is that config item sonarQubeUnitReporter.basePathGlob is a globbed file path, relative to basePath, that will override testPaths and testFilePattern. The path attribute that ends up in the outputFile xml is also relative to basePath.

Cheers!

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.

1 participant