File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
doc/user_guide/features/metrics Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ into a report:
6060 details, see :ref: `sonarqube_analysis `
6161
6262Both of these reporting options require that the generated files from the :ref: `generated_metrics `
63- are existing and in the expected formats. As we have metrics for different Python
64- versions, we pass on the metrics associated with the Python version named first in
65- attribute ``python_versions `` of class ``Config `` to the reporting metrics tools.
63+ are existing and in the expected formats. As there are metrics for different Python
64+ versions, the PTB uses only the metrics associated with the Python version named first
65+ in the attribute ``python_versions `` of class ``Config `` to the reporting metrics tools.
6666
67- To perform this validation, we have defined two nox sessions. Due to the direct
67+ To perform this validation, there are two nox sessions. Due to the direct
6868dependence on the nox session ``project:report `` and SonarQube Analysis on the
6969aforementioned nox sessions, all of these are executed in succession in the CI's ``report.yml ``.
7070
You can’t perform that action at this time.
0 commit comments