We follow Semantic Versions.
- Adds
[email protected]
support - Now, only
coverage@7
is officially supported - We can now omit whole modules,
using
[tool.coverage.coverage_conditional_plugin.omit]
feature in TOML configuration files
- Bump
coverage
to7.0
- Use
importlib
instead ofpkg_resources
to get package version
- Drop
python3.6
support - Adds
tests/
andtest_project/
tosdist
distributions
- Upgrades
poetry
to1.2
python3.10
supportcoverage@6
support
python3.9
support
- Fixes that
packaging
restriction was too tight
- Adds
packaging
to the deps
- Now also works with configs specified in
pyproject.toml
- Adds
get_env_info
function, so one can import this plugin and use it programmatically to debug and explore
- Now using Github Actions
- Updates lots of dev-deps
- Initial release