Releases: Bachmann1234/diff_cover
Releases · Bachmann1234/diff_cover
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.
Version 6.1.0
7/08/2021 v6.1.0
- New flag
--include-untracked
to give people the option to run against files that are not being tracked by git currently Thanks @kasium - Improved handling when the user provides a report file that does not exist (the app will fail instead of just saying there were no results) Thanks @kasium
- More progress to moving tests to pytest style tests Thanks @kasium
- More static analysis clean up. Thanks @kasium again!
Another all @kasium release!