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
You have the option to get the master coverage (base coverage) from your SonarQube instance. Otherwise the plugin will keep track of the master coverage in the project configuration file.
@@ -58,11 +59,10 @@ You have the option to get the master coverage (base coverage) from your SonarQu
58
59
* Find section ```Coverage status for GitHub Pull Requests```
59
60
* Fill ```Sonar URL``` field - e.g. `http://sonar.mycompany.com`
60
61
* Turn On ```Use Sonar for master coverage```
61
-
* The next pullrequest build will use SonarQube as the the source for master coverage
62
-
63
-
The plugin will try to find the project in SonarQube based on the repository name. If more than one projects match, a waring is logged, and the first one will be used to get the coverage data.
62
+
* Optionally use can specify your personal ```Sonar access token```.
63
+
* The next pull request build will use SonarQube as the the source for master coverage
64
64
65
-
This feature is still very basic. e.g. authorization against SonarQube is not yet implemented. Feel free to contribute.
65
+
The plugin will try to find the project in SonarQube based on the repository name. If more than one projects match, a warning is logged, and the first one will be used to get the coverage data.
0 commit comments