Releases: Bachmann1234/diff_cover
Releases · Bachmann1234/diff_cover
Version 6.4.1
- Re add tests to the source distribution. Should not pollute namespace this
time. Thanks @dvzrv ! - Only require setuptools if you are using python < 3.8
Version 6.4.0
- Allows passing a root path in for ESLint with --report_root_path
- Bump pluggy to 1.0
Thanks @kasium for both of these!
Version 6.3.4
- Ensures tests are in the dist files
Version 6.3.3
- Fix issue where files that start with a space will trigger a crash.
- Fix issue where source dist had a setup.py that would not build properly
Version 6.3.2
Version 6.3.1
Version 6.3.0
- Add support for TOML based file config thanks @kasium!
v6.2.1
Version 6.2.0
- Adds JSON and Markdown reports for diff-quality Thanks @kasium!
Version 6.1.1
7/09/2021 v6.1.1
- Undoes a change making a implemented method abstract. Turned out existing plugins depended on this.