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

Fix Sensors: Unit/Integration test results are skipped when module doesn't contain cs file #362

Closed
Evangelink opened this issue May 24, 2017 · 0 comments
Labels
Area: SQ Plugin Java plugin related issues. Type: Bug Exceptions and blocking issues during analysis.
Milestone

Comments

@Evangelink
Copy link
Contributor

Evangelink commented May 24, 2017

An update introduced in SonarC# 5.10 was optimizing sensors by running them only on C# or VB.Net modules. To be detected as a C#/VB.Net module it should contain at least one file identified as C#/VB.Net.

We should revert the descriptor.onlyOnLanguage(this.languageKey);.

Relates to SUPPORT-6263.

@Evangelink Evangelink added the Area: SQ Plugin Java plugin related issues. label May 24, 2017
@Evangelink Evangelink added this to the 5.11 milestone May 24, 2017
@Evangelink Evangelink added Priority: Blocker Type: Bug Exceptions and blocking issues during analysis. labels May 24, 2017
@Evangelink Evangelink assigned Evangelink and unassigned Evangelink May 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: SQ Plugin Java plugin related issues. Type: Bug Exceptions and blocking issues during analysis.
Projects
None yet
Development

No branches or pull requests

1 participant