File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Changelog
5252 Contributed by Andre Brisco in `#543 <https://github.com/pytest-dev/pytest-cov/pull/543 >`_
5353 and Colin O'Dell in `#525 <https://github.com/pytest-dev/pytest-cov/pull/525 >`_.
5454* Added support for LCOV output format via `--cov-report=lcov `. Only works with coverage 6.3+.
55- Contributed by Christian Fetzer in `#536 <https://github.com/pytest-dev/pytest-cov/issues /536 >`_.
55+ Contributed by Christian Fetzer in `#536 <https://github.com/pytest-dev/pytest-cov/pull /536 >`_.
5656* Modernized pytest hook implementation.
5757 Contributed by Bruno Oliveira in `#549 <https://github.com/pytest-dev/pytest-cov/pull/549 >`_
5858 and Ronny Pfannschmidt in `#550 <https://github.com/pytest-dev/pytest-cov/pull/550 >`_.
@@ -152,7 +152,7 @@ Changelog
152152* Made pytest startup faster when plugin not active by lazy-importing.
153153 Contributed by Anders Hovmöller in `#339 <https://github.com/pytest-dev/pytest-cov/pull/339 >`_.
154154* Various CI improvements.
155- Contributed by Daniel Hahler in `#363 <https://github.com/pytest-dev/pytest-cov/pull/ >`_ and
155+ Contributed by Daniel Hahler in `#363 <https://github.com/pytest-dev/pytest-cov/pull/363 >`_ and
156156 `#364 <https://github.com/pytest-dev/pytest-cov/pull/364 >`_.
157157* Various Python support updates (drop EOL 3.4, test against 3.8 final).
158158 Contributed by Hugo van Kemenade in
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ Would produce a report like::
108108Documentation
109109=============
110110
111- http ://pytest-cov.rtfd.org /
111+ https ://pytest-cov.readthedocs.io/en/latest /
112112
113113
114114
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The current way of dealing with this problem is using the append feature and man
1010
1111 COV_CORE_SOURCE=src COV_CORE_CONFIG=.coveragerc COV_CORE_DATAFILE=.coverage.eager pytest --cov=src --cov-append
1212
13- Alternatively you can have this in ``tox.ini `` (if you're using `Tox <https://tox.readthedocs.io /en/latest/ >`_ of course)::
13+ Alternatively you can have this in ``tox.ini `` (if you're using `Tox <https://tox.wiki /en/latest/ >`_ of course)::
1414
1515 [testenv]
1616 setenv =
Original file line number Diff line number Diff line change 22Tox
33===
44
5- When using `tox <https://tox.readthedocs.io / >`_ you can have ultra-compact configuration - you can have all of it in
5+ When using `tox <https://tox.wiki/en/stable / >`_ you can have ultra-compact configuration - you can have all of it in
66``tox.ini ``::
77
88 [tox]
You can’t perform that action at this time.
0 commit comments