We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While uploading analysis to sonar, junit doesn't find my test files if they are in sub-directories. For example:
MyApp/ MyAppTests/ |- viewControllers/ | |- InitViewConrollerTests.swift | |- LoginViewControllerTests.swift ...
I think the PR #28 and the commit 7f4decd tried to solves this problem, but it hasn't been merged.
Sonarqube: 6.7.1 sonar-swift: 0.3.5
6.7.1
0.3.5
The text was updated successfully, but these errors were encountered:
Fix junit unable to locate test in sub-directories
aa56da5
Closes Idean#117
No branches or pull requests
While uploading analysis to sonar, junit doesn't find my test files if they are in sub-directories.
For example:
I think the PR #28 and the commit 7f4decd tried to solves this problem, but it hasn't been merged.
Sonarqube:
6.7.1
sonar-swift:
0.3.5
The text was updated successfully, but these errors were encountered: