You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a NETcore project that includes TypeScript modules. I was trying to get the stats from this projects and show them at sonarqube instance. I installed the plugin and execute the runner.
The plugin allows me to see the coverage, and issues in my TS code, but I am no able to see the the information regarding the structure.
The text was updated successfully, but these errors were encountered:
It depends on the version of Sonar. With Sonar up to 4.5.7, it will show metrics on files.
But since Sonar 5.x, the way to write plugins has totally changed. Sonar has made things more complicated for plugins. We can't anymore provide simple metrics on files (number of lines of code, number of lines of comments...), we have to provide a full language parsing. That's why we currently don't fully support Sonar 5.x.
We will update our plugin to make it work with Sonar 5.x
I have a NETcore project that includes TypeScript modules. I was trying to get the stats from this projects and show them at sonarqube instance. I installed the plugin and execute the runner.
The plugin allows me to see the coverage, and issues in my TS code, but I am no able to see the the information regarding the structure.
The text was updated successfully, but these errors were encountered: