Matt Bachmann
Matt Bachmann
If yall are interested in this still check out version 9.1.0! https://pypi.org/project/diff-cover/9.1.0/
Thanks for the info! I need to make some time to dig into this some.
If Mypy outputs Cobertura then you can already use diff-cover! You just use that mypy coverage file. In theory I think it would all just work
Howdy stranger! I'll see if I can take a look at this. But as I've been saying in other things that have come up my free time has dried up...
Hey, So the issue title makes me think you read the troubleshooting but I wanted to be extra sure. When you say 'fetch master did not help' did you specifically...
@zeavielly I'll admit it's been a while and I'll have to experiment a bit but I would have expected `--exclude *a/b/c* *b/c/d*` to work in theory. Perhaps quoting them? `--exclude...
Ive considered hg support but as I don't really use HG I did not pursue it too far. Ill try to investigate the work involved again. It should totally be...
yeah, this would be a decent amount of work but should be possible. I might be able to work on this but I cannot promise anything in the near term....
Sure So at a high level this is how diff cover works. Using the subprocess module diff-cover runs git commands to get the diff and find out information the project....
I believe it's the same as `git diff --staged`