cuvner icon indicating copy to clipboard operation
cuvner copied to clipboard

A commanding view of your test-coverage.

Results 7 cuvner issues
Sort by recently updated
recently updated
newest added

If there's an exception above, [this line](https://github.com/meejah/cuvner/blob/master/cuv/graph.py#L92) generates an UnboundLocalError for `data` since it never gets defined in [this line](https://github.com/meejah/cuvner/blob/master/cuv/graph.py#L83).

At least `cuv diff` doesn't nicely report to the user that there's no .coverage file

bug

It turns out there are two options to the Pygments lexers that must be set to `False` or it will silently drop leading whitespace-lines. Also, since we "do Pygments lexer...

bug

``` (txkube) exarkun@baryon:~/Work/LeastAuthority/txkube$ git diff origin/master... | cuv diff - skip: MANIFEST.in skip: README.rst skip: src/txkube/extra-1.5.json b/src/txkube/__init__.py "IObject", "IKubernetes", "IKubernetesClient", "KubernetesError", "UnrecognizedVersion", "UnrecognizedKind", - "v1", "v1beta1", "iobject_from_raw", "iobject_to_raw", Traceback (most...

bug
question

There's a bunch of duplicate code in all the "commands" that should be factored out and re-used; this includes all the filtering stuff, matching code, etc. Probably this also wants...

bug
help wanted

With `cuv lessopen`, if I `print('...'.encode('utf8')` then `less -R` works properly (i.e. shows colours) but if I `click.echo('...')` then the colours don't work with less. Don't know why. ..and in...

I don't have a good way to place the text in the histogram from `cuv hist`: there doesn't seem to be a good way to "know" how wide text is...

bug
help wanted