Skip to content

Commit 9d6d57c

Browse files
Yuki Kobayashiionelmc
authored andcommitted
Remove some extra indents in documentation
Incorrect indents cause some texts to be misinterpreted as blockquotes and render incorrectly.
1 parent 0f0ecb5 commit 9d6d57c

3 files changed

Lines changed: 23 additions & 23 deletions

File tree

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Bug reports
1010

1111
When `reporting a bug <https://github.com/pytest-dev/pytest-cov/issues>`_ please include:
1212

13-
* Your operating system name and version.
14-
* Any details about your local setup that might be helpful in troubleshooting.
15-
* Detailed steps to reproduce the bug.
13+
* Your operating system name and version.
14+
* Any details about your local setup that might be helpful in troubleshooting.
15+
* Detailed steps to reproduce the bug.
1616

1717
Documentation improvements
1818
==========================

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Would produce a report like::
108108
Documentation
109109
=============
110110

111-
https://pytest-cov.readthedocs.io/en/latest/
111+
https://pytest-cov.readthedocs.io/en/latest/
112112

113113

114114

docs/config.rst

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,22 @@ Reference
6262

6363
The complete list of command line options is:
6464

65-
--cov=PATH Measure coverage for filesystem path. (multi-allowed)
66-
--cov-report=type Type of report to generate: term, term-missing,
67-
annotate, html, xml, json, lcov (multi-allowed). term, term-
68-
missing may be followed by ":skip-covered". annotate,
69-
html, xml, json and lcov may be followed by ":DEST" where DEST
70-
specifies the output location. Use --cov-report= to
71-
not generate any output.
72-
--cov-config=path Config file for coverage. Default: .coveragerc
73-
--no-cov-on-fail Do not report coverage if test run fails. Default:
74-
False
75-
--no-cov Disable coverage report completely (useful for
76-
debuggers). Default: False
77-
--cov-reset Reset cov sources accumulated in options so far.
78-
Mostly useful for scripts and configuration files.
79-
--cov-fail-under=MIN Fail if the total coverage is less than MIN.
80-
--cov-append Do not delete coverage but append to current. Default:
81-
False
82-
--cov-branch Enable branch coverage.
83-
--cov-context Choose the method for setting the dynamic context.
65+
--cov=PATH Measure coverage for filesystem path. (multi-allowed)
66+
--cov-report=type Type of report to generate: term, term-missing,
67+
annotate, html, xml, json, lcov (multi-allowed). term, term-
68+
missing may be followed by ":skip-covered". annotate,
69+
html, xml, json and lcov may be followed by ":DEST" where DEST
70+
specifies the output location. Use --cov-report= to
71+
not generate any output.
72+
--cov-config=path Config file for coverage. Default: .coveragerc
73+
--no-cov-on-fail Do not report coverage if test run fails. Default:
74+
False
75+
--no-cov Disable coverage report completely (useful for
76+
debuggers). Default: False
77+
--cov-reset Reset cov sources accumulated in options so far.
78+
Mostly useful for scripts and configuration files.
79+
--cov-fail-under=MIN Fail if the total coverage is less than MIN.
80+
--cov-append Do not delete coverage but append to current. Default:
81+
False
82+
--cov-branch Enable branch coverage.
83+
--cov-context Choose the method for setting the dynamic context.

0 commit comments

Comments
 (0)