Merge "Add usage to README.rst and usage document"

This commit is contained in:
Zuul
2019-04-22 08:14:32 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 0 deletions

View File

@@ -51,6 +51,10 @@ the coverage2sql command to populate the database with data from your test
coverage file. coverage2sql takes in a `.coverage file`_ through by passing it
file paths as positional arguments to the script at this moment.
For example::
coverage2sql --config-file etc/coverage2sql.conf coverage2sql .coverage
.. _.coverage file: https://coverage.readthedocs.io/en/latest/cmd.html#data-file
There are several options for running coverage2sql, they can be listed with::

View File

@@ -27,6 +27,10 @@ the coverage2sql command to populate the database with data from your test
coverage file. coverage2sql takes in a `.coverage file`_ through by passing it
file paths as positional arguments to the script at this moment.
For example::
coverage2sql --config-file etc/coverage2sql.conf coverage2sql .coverage
.. _.coverage file: https://coverage.readthedocs.io/en/latest/cmd.html#data-file
There are several options for running coverage2sql, they can be listed with::