Source: diff-cover Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Joseph Nahmias Build-Depends: debhelper-compat (= 13), dh-sequence-python3, help2man, pybuild-plugin-pyproject, python3-all, python3-chardet, python3-jinja2, python3-pluggy, python3-poetry-core, python3-pygments, flake8 , pycodestyle , pyflakes3 , pylint , python3-pytest , python3-pytest-cov , python3-pytest-datadir , python3-pytest-mock , Standards-Version: 4.6.2 Homepage: https://github.com/Bachmann1234/diff-cover Vcs-Browser: https://salsa.debian.org/python-team/packages/diff-cover Vcs-Git: https://salsa.debian.org/python-team/packages/diff-cover.git Testsuite: autopkgtest-pkg-pybuild Rules-Requires-Root: no Package: diff-cover Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Description: Run coverage and linting reports on diffs diff-cover is a tool to automatically find diff lines that need test coverage. It also finds diff lines that have violations (according to tools such as pycodestyle, pyflakes, flake8, or pylint). This can then be used as a code quality metric during code reviews.