File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -226,12 +226,14 @@ For a **private** project
226226^^^^^^^^^^^^^^^^^^^^^^^^^
2272271. Specify in the `noxconfig.py ` the relative path to the project's source code in `Config.source `
228228 .. code-block :: python
229+
229230 source: Path = Path(" exasol/<project-source-folder>" )
230231 2. Add the 'PRIVATE_SONAR_TOKEN' to the 'Organization secrets' in GitHub (this requires a person being a GitHub organization owner)
2312323. Activate the `exasonarqubeprchecks App <https://github.com/apps/exasonarqubeprchecks >`_
2322334. Create a project on https://sonar.exasol.com
2332345. Add the following information to the project's file `pyproject.toml `
234235 .. code-block :: toml
236+
235237 [tool.sonar]
236238 projectKey = "com.exasol:<project-key>"
237239 hostUrl = "https://sonar.exasol.com"
You can’t perform that action at this time.
0 commit comments