coverage icon indicating copy to clipboard operation
coverage copied to clipboard

Emacs minor mode for Code coverage highlighting

Results 2 coverage issues
Sort by recently updated
recently updated
newest added

Hi, thanks for a great plugin! I had an issue where SimpleCov is generating `.resultset.json` with capital letter for drive ("`C:`") but `coverage.el` expects a lower-case value ("`c:`"). The case...

bug

Currently we will automatically detect the project root if the project uses git, however for any other version control root the user will have to manually customise the `coverage-dir`.

enhancement