Skip to content

Commit b92edba

Browse files
author
Jerrod
authored
Update README.rst
1 parent c7f6080 commit b92edba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ Below are some examples on how to include coverage tracking during your tests. C
4747

4848
You may need to configure a ``.coveragerc`` file. Learn more `here <http://coverage.readthedocs.org/en/latest/config.html>`_. Start with this `generic .coveragerc <https://gist.github.com/codecov-io/bf15bde2c7db1a011b6e>`_ for example.
4949

50-
We highly suggest adding `source` to your ``.coveragerc``, which solves a number of issues collecting coverage.
50+
We highly suggest adding ``source`` to your ``.coveragerc``, which solves a number of issues collecting coverage.
5151

5252
.. code-block:: ini
5353
5454
[run]
5555
source=your_package_name
5656
57-
If there are multiple sources, you instead should add `include` to your ``.coveragerc``
57+
If there are multiple sources, you instead should add ``include`` to your ``.coveragerc``
5858

5959
.. code-block:: ini
6060

0 commit comments

Comments
 (0)