File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Changelog
52
52
Contributed by Andre Brisco in `#543 <https://github.com/pytest-dev/pytest-cov/pull/543 >`_
53
53
and Colin O'Dell in `#525 <https://github.com/pytest-dev/pytest-cov/pull/525 >`_.
54
54
* 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 >`_.
56
56
* Modernized pytest hook implementation.
57
57
Contributed by Bruno Oliveira in `#549 <https://github.com/pytest-dev/pytest-cov/pull/549 >`_
58
58
and Ronny Pfannschmidt in `#550 <https://github.com/pytest-dev/pytest-cov/pull/550 >`_.
@@ -152,7 +152,7 @@ Changelog
152
152
* Made pytest startup faster when plugin not active by lazy-importing.
153
153
Contributed by Anders Hovmöller in `#339 <https://github.com/pytest-dev/pytest-cov/pull/339 >`_.
154
154
* 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
156
156
`#364 <https://github.com/pytest-dev/pytest-cov/pull/364 >`_.
157
157
* Various Python support updates (drop EOL 3.4, test against 3.8 final).
158
158
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::
108
108
Documentation
109
109
=============
110
110
111
- http ://pytest-cov.rtfd.org /
111
+ https ://pytest-cov.readthedocs.io/en/latest /
112
112
113
113
114
114
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
10
10
11
11
COV_CORE_SOURCE=src COV_CORE_CONFIG=.coveragerc COV_CORE_DATAFILE=.coverage.eager pytest --cov=src --cov-append
12
12
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)::
14
14
15
15
[testenv]
16
16
setenv =
Original file line number Diff line number Diff line change 2
2
Tox
3
3
===
4
4
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
6
6
``tox.ini ``::
7
7
8
8
[tox]
You can’t perform that action at this time.
0 commit comments