Releases: Bachmann1234/diff_cover
Releases · Bachmann1234/diff_cover
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!
v6.0.0
- As github, gitlab, and git itself have been changing their default branch to main this release changes the default 'compare-branch' to 'main' as well. If your project is using 'master' as a default branch add the following to your build
--compare-branch origin/master
v5.5.0
7/03/2021 v5.5.0
- Migrate more stuff to pytest
- Multiple reports can now be generated at once
Version 5.4.0
6/24/2021 v5.4.0
- Some tweaks to the readme
- Changes to how flake8 is parsed allowing diff_quality to support error codes that dont conform to the suggested 3 letter 3 digit form
- Adds option to show snippets in the console report to help provide context for violations
- Some tests migrated from unit test's class based approach to pytests functional approach
All of these are due to @kasium Thanks for all you have done to this point!
Version 5.3.0
Version 5.2.0
v5.1.2
5/29/2021 v5.1.2
- Fixes a bug where clover reports were not counting conditionals (Thanks for ZSmallX providing a detailed report that made fixing this easy) (#190)
- Switch to github actions for CI as I ran out of free credits for travis and this job does not pay
- Drop 'official' support for pypy3. I don't really have any reason to think pypy wont work for this project and I wanted to simplify my ci builds.