When running sonar on a GitHub PR, I get a notification " The last analysis has a warning.See details"
Clicking on the link, I’m told “There were parsing errors in 1 files while analyzing the project. Check the logs for further details.”
Looking at the log (GitHub action, raw GitHub action log), I do not find anything related to “error” or “warn” or “parse”
Can anybody tell me what the “parsing error” may be about?
Setup:
- ALM used: GitHub
- CI system used: GitHub Acctions
- Scanner command used when applicable (private details masked): sonar was started via a GitHub action
SonarSource/sonarqube-scan-action@aa494459d7c39c106cc77b166de8b4250a32bb97
- Languages of the repository: TypeScript
- Only if the SonarCloud project is public, the URL: Use istanbul for code coverage report generation by hannes-mk · Pull Request #394 · digitalservicebund/ris-adm-vwv · GitHub
- Error observed (wrap logs/code around with triple quotes ``` for proper formatting): none