@@ -45,7 +45,7 @@ Changelog
45
45
Contributed by Andre Brisco in `#543 <https://github.com/pytest-dev/pytest-cov/pull/543 >`_
46
46
and Colin O'Dell in `#525 <https://github.com/pytest-dev/pytest-cov/pull/525 >`_.
47
47
* Added support for LCOV output format via `--cov-report=lcov `. Only works with coverage 6.3+.
48
- Contributed by Christian Fetzer in `#536 <https://github.com/pytest-dev/pytest-cov/issues /536 >`_.
48
+ Contributed by Christian Fetzer in `#536 <https://github.com/pytest-dev/pytest-cov/pull /536 >`_.
49
49
* Modernized pytest hook implementation.
50
50
Contributed by Bruno Oliveira in `#549 <https://github.com/pytest-dev/pytest-cov/pull/549 >`_
51
51
and Ronny Pfannschmidt in `#550 <https://github.com/pytest-dev/pytest-cov/pull/550 >`_.
@@ -116,7 +116,7 @@ Changelog
116
116
* Removed the empty `console_scripts ` entrypoint that confused some Gentoo build script.
117
117
I didn't ask why it was so broken cause I didn't want to ruin my day.
118
118
Contributed by Michał Górny in `#434 <https://github.com/pytest-dev/pytest-cov/pull/434 >`_.
119
- * Fixed the missing `coverage context <https://coverage.readthedocs.io/en/stable /contexts.html >`_
119
+ * Fixed the missing `coverage context <https://coverage.readthedocs.io/en/latest /contexts.html >`_
120
120
when using subprocesses.
121
121
Contributed by Bernát Gábor in `#443 <https://github.com/pytest-dev/pytest-cov/pull/443 >`_.
122
122
* Updated the config section in the docs.
@@ -145,7 +145,7 @@ Changelog
145
145
* Made pytest startup faster when plugin not active by lazy-importing.
146
146
Contributed by Anders Hovmöller in `#339 <https://github.com/pytest-dev/pytest-cov/pull/339 >`_.
147
147
* Various CI improvements.
148
- Contributed by Daniel Hahler in `#363 <https://github.com/pytest-dev/pytest-cov/pull/ >`_ and
148
+ Contributed by Daniel Hahler in `#363 <https://github.com/pytest-dev/pytest-cov/pull/363 >`_ and
149
149
`#364 <https://github.com/pytest-dev/pytest-cov/pull/364 >`_.
150
150
* Various Python support updates (drop EOL 3.4, test against 3.8 final).
151
151
Contributed by Hugo van Kemenade in
0 commit comments