Releases: seantis/pytest-codecov
Releases · seantis/pytest-codecov
Release 0.6.0
- Adds support for Python 3.12 & 3.13
- Fixes a bug where with
pytest-cov >= 5
and setting cov-report=
the report was not uploaded to CodeCov
0.5.1
Gets rid of deprecation warning
Drops 3.6 support
Adds 3.11 support
0.5.0
Allows git repo detection from subdirectories.
Fixes regular expression for validating repository slugs.
0.4.0
Treats empty environment variables the same way as unset ones to avoid forcing users to unset environment variables.
0.3.0
Fixes network section in codecov payload for correct source file mapping.
0.2.0
Minor fixes and improvements.