There was an error while loading. Please reload this page.
1 parent 415e99e commit ef34c39Copy full SHA for ef34c39
1 file changed
docs/setup.rst
@@ -175,6 +175,16 @@ You can also run only specific tests using the following commands (examples):
175
# run specific tests with pytest
176
pytest -m "not repro and (not litert and not gpu)" -n auto
177
178
+Calculate code coverage
179
+^^^^^^^^^^^
180
+
181
+To calculate code coverage, use the following command:
182
183
+.. code-block:: bash
184
185
+ # run all tests with coverage for Python 3.12
186
+ tox -e py312-coverage
187
188
Deploy package to PyPI
189
^^^^^^^^^^^
190
0 commit comments