Skip to content

Releases: wemake-services/coverage-conditional-plugin

Version 0.9.0

02 Jun 10:16
e0d41c3
Compare
Choose a tag to compare

Features

  • Adds python@3.11 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

Version 0.8.0

22 Dec 10:11
22c1093
Compare
Choose a tag to compare

Features

  • Bump coverage to 7.0

Version 0.7.0

26 Sep 13:50
abe734b
Compare
Choose a tag to compare

Features

  • Use importlib instead of pkg_resources to get package version

Version 0.6.0

24 Sep 08:58
98945af
Compare
Choose a tag to compare

Features

  • Drop python3.6 support
  • Adds tests/ and test_project/ to sdist distributions

Misc

  • Upgrades poetry to 1.2

Version 0.5.0

02 Jan 13:37
462b5aa
Compare
Choose a tag to compare

Features

  • python3.10 support
  • coverage@6 support

Version 0.4.0

19 Aug 16:00
39a3ce3
Compare
Choose a tag to compare

Features

  • python3.9 support

Bugfixes

  • Fixes that packaging restriction was too tight

Version 0.3.1

26 Jun 12:58
4df2944
Compare
Choose a tag to compare

Bugfixes

  • Adds packaging to the deps

Version 0.3.0

03 Jun 08:29
d07729a
Compare
Choose a tag to compare

Features

  • Now also works with configs specified in pyproject.toml

Version 0.2.0

08 May 00:46
fd72465
Compare
Choose a tag to compare

Features

  • Adds get_env_info function,
    so one can import this plugin and use it programmatically
    to debug and explore

Misc

  • Now using Github Actions
  • Updates lots of dev-deps

Version 0.1.0

05 Feb 18:19
b5002ea
Compare
Choose a tag to compare

Initial release!