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] Only upload a coverage report. #22

Open
plannigan opened this issue Jan 12, 2021 · 0 comments
Open

[FEATURE] Only upload a coverage report. #22

plannigan opened this issue Jan 12, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@plannigan
Copy link

User Story/Description

I have a different plugin that allows to running unit tests for a project in multiple environments (generated Buildkite steps). My plugin uses this plugin to upload coverage reports from those different environments. However, that means that projects which use my plugin are restricted to the capabilities of this plugin that mine exposes.

Describe the solution you propose (if applicable)

An option to skip the source code scanning all together and only upload a coverage report from a test execution.

Describe alternatives you've considered

Depending on the internals of this plugin, it might be simpler to create a different plugin that just uploads coverage reports.

Additional context

I don't know how SonarQube internally tracks test coverage. While I hope it is not the case, I could see it being tied to a code scan. If that is the case, that might make this request difficult or impossible.

@plannigan plannigan added the enhancement New feature or request label Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants