atom-lcov-info icon indicating copy to clipboard operation
atom-lcov-info copied to clipboard

Not maintained :(

Results 29 atom-lcov-info issues
Sort by recently updated
recently updated
newest added

lcov format has a parameter LF to count the number of lines of code found in a source file https://github.com/davglass/lcov-parse/blob/master/lib/index.js#L85 https://github.com/mitchhentges/lcov-rs/wiki/File-format

Resolves https://github.com/jacogr/atom-lcov-info/issues/48

Could'nt able to install in ubuntu 18.04

When I click `ctrl-alt-c` or select `Toggle` from command menu, lines in file are still highlighted until next Atom restart. Atom version: 1.21.0x 64 lcov-info: 0.12.0

Whenever `lcov.info` changes, both the summary bar and the highlighted covered lines are not being automatically refreshed and that would be incredibly nice (and useful!). Cheers on such a useful...

In `lcov-info\styles\lcov-info.atom-text-editor.less`: Starting from Atom v1.13.0, the contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using `:host` and `::shadow` pseudo-selectors,...

Fixes the sorting issue mentioned in #31, #36, #40 and #45. The cause was the `PanelRow` class extending the wrong element, meaning the `.cells` property did not exist. Which threw...

In Seti syntax, gutter dots were displayed grey. Adding `.gutter` before `.line-number` fixed the issue.

At least I didn't stumble about that being already available, if I'm wrong - my pardon. So here my ideas: * auto update the screen in case the coverage report...

As reported by Atom 1.13.1: > In `lcov-info/styles/lcov-info.atom-text-editor.less`: > > Starting from Atom v1.13.0, the contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. This means...