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

Parser error when measuring size, unit tests, and failed unit tests with SonarQube #623

Closed
fniessink opened this issue Sep 25, 2019 · 0 comments · Fixed by #625
Closed
Labels
Bug Something isn't working

Comments

@fniessink
Copy link
Member


Traceback (most recent call last):
  File "/collector/source_collectors/source_collector.py", line 111, in __safely_parse_source_responses
    total = self._parse_source_responses_total(responses)  # pylint: disable=assignment-from-none
  File "/collector/source_collectors/sonarqube.py", line 130, in _parse_source_responses_total
    return str(self.__get_metrics(responses)[self.metricKeys.split(",")[1]])
IndexError: list index out of range
@fniessink fniessink added the Bug Something isn't working label Sep 25, 2019
@fniessink fniessink changed the title Parser error when measuring size with SonarQube Parser error when measuring size, unit tests, and failed unit tests with SonarQube Sep 25, 2019
fniessink added a commit that referenced this issue Sep 25, 2019
…ts using SonarQube as source would fail with a parse error. Fixes #623.
fniessink added a commit that referenced this issue Sep 25, 2019
…ts using SonarQube as source would fail with a parse error. Fixes #623.
fniessink added a commit that referenced this issue Sep 25, 2019
…ts using SonarQube as source would fail with a parse error. Fixes #623. (#625)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant