diff_cover icon indicating copy to clipboard operation
diff_cover copied to clipboard

Automatically find diff lines that need test coverage.

Results 50 diff_cover issues
Sort by recently updated
recently updated
newest added

Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.2. Release notes Sourced from black's releases. 24.4.2 This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1....

dependencies
python

Bumps [pluggy](https://github.com/pytest-dev/pluggy) from 1.4.0 to 1.5.0. Changelog Sourced from pluggy's changelog. pluggy 1.5.0 (2024-04-19) Features [#178](https://github.com/pytest-dev/pluggy/issues/178) <https://github.com/pytest-dev/pluggy/issues/178>_: Add support for deprecating specific hook parameters, or more generally, for issuing a...

dependencies
python

I removed some unit tests from the main branch locally and then I generate a coverage report with `dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput=./maincov.xml` after that I ran this command on...

I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm...

``` ========================================================================================= FAILURES ========================================================================================== _____________________________________________________________________________ tests/fixtures/snippet_unicode.py _____________________________________________________________________________ [gw0] freebsd14 -- Python 3.9.18 /usr/local/bin/python3.9 1: error: invalid syntax [syntax] _______________________________________________________________________________________ test session ________________________________________________________________________________________ [gw3] freebsd14 -- Python 3.9.18 /usr/local/bin/python3.9 mypy exited...

Hi, all, I know that current diff coverage html report only shows the missing lines with red-background. I want to know if the covered lines can be also shown in...

My OS is Windows. I need to debug my program locally. But this tool doesn't seem to support executing Windows system commands such as 'dir' ,'chdir' ,etc. So I have...

I'm interested in using this tool to check our diffs so that we can migrate some projects to using Pyright type checking (stricter than the mypy we are currently using)...

In our CI/CD we're running the command `diff-quality --violations sqlfluff --compare-branch=master --fail-under=100` on version 7.7.0 on a branch that has only deleted/removed files. We have hundreds of files. Normally, if...

[Ruff](https://github.com/astral-sh/ruff) seems to be the cool new kid on the block for Python linting. Could we have diff-cover support it for quality checking? At a quick look I guess it...