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

feature: specify other binary basenames #165

Merged
merged 3 commits into from
Aug 24, 2019

Conversation

davidy4ng
Copy link
Contributor

I added the sonar.coverage.otherBinaryNames in the sonar-project.properties template and the run-sonar-swift.sh script.

For some projects, we may have code developed as side projects or frameworks in a workspace. This new field will add the ability to generate code coverage reports by including those frameworks.

It will append in the slather command as many "--binary-basename BinaryName" as provided in the otherBinaryNames field.

Copy link
Collaborator

@gaelfoppolo gaelfoppolo left a comment

Choose a reason for hiding this comment

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

Good proposal!
Need some tuning to use only one property before approving.

sonar-project.properties Outdated Show resolved Hide resolved
sonar-swift-plugin/src/main/shell/run-sonar-swift.sh Outdated Show resolved Hide resolved
davidy4ng and others added 2 commits August 23, 2019 10:33
…un-sonar-swift.sh for code coverage reports with slather
@davidy4ng davidy4ng force-pushed the feat/slather-multiple-binaries branch from 6efa092 to 2d9d335 Compare August 23, 2019 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants