emacs-python-coverage icon indicating copy to clipboard operation
emacs-python-coverage copied to clipboard

show python coverage information directly in emacs

Results 5 emacs-python-coverage issues
Sort by recently updated
recently updated
newest added

A cool thing you can do with `coverage` and `pytest-cov` is [dynamic contexts](https://coverage.readthedocs.io/en/coverage-5.5/contexts.html#dynamic-contexts), which results in a neat feature in the HTML report, where you can see the tests that...

Currently this module uses absolute path to file. But this leads to missing files in case of virtualization. Basically I do have docker container that runs tests and absolute path...

enhancement

When enabled, it sets the checker to `python-coverage`, and changes the style of flycheck. When disabled, restores flycheck's previous checker and style. This is how it looks like: ![image](https://user-images.githubusercontent.com/3673952/82234879-f4c09180-996c-11ea-9841-10629cbea169.png)

enhancement

like `diff-hl-mode`

enhancement

This is a PR that combines a lot of stuff (mentioned in #6), so I'm not expecting it to be merged as is, but I thought I'd share at this...

enhancement