AdamNiederer / cov

An emacs extension for displaying coverage data on your code
GNU General Public License v3.0
76 stars 16 forks source link

Fix cov--lcov-parser so it no longer signals errors #48

Closed snogge closed 2 years ago

snogge commented 2 years ago

As discussed in #45 it is probably best not to use error in code that is called directly from a minor mode. This change should allow slightly broken lcov files to still generate somewhat correct results.

As reported in Sigma/mocker.el#10 , mocker.el is affected by Emacs bug 56596, so I also marked the snapshot job as ok-to-fail.

snogge commented 2 years ago

@xendk , you might be interested in this.

AdamNiederer commented 2 years ago

Looks good, thanks!