When clicking on the Measures Tab for a project to get a report on code coverage, no measures is displayed. Code coverage can be seen in the Code tab for a given project. Opening the Browser console we are receiving a 404 (not found error) for that request.
If we are seeing code coverage being shown in the Code Tab but not the Measures tab, where could the problem reside?
Is this happening for all projects, or just one or two? How are you deployed? From a zip? I’m wondering if the deployment itself got munged and the file is actually missing somehow.
To resolve this issue our Infrastructure team increased the values of maxUrl and maxQueryString because they were set too small to support very large GETs. This may have been a default value from initial installation. We recently migrated our development environment into a new and more secure enclave and had to re-install SonarQube.
Thanks very much for your help on this @ganncamp !!