lcov file requires file extension
See original GitHub issueExpected behaviour
Plugin should find lcov file, regardless of name
Actual behaviour
If lcov file does not have an extension (for example if its name is just lcov
, insted of lcov.info
), the plugin is not able to find it
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
LCOV Code Coverage
Create lcovrc file This option is required when using lcov on projects built with libtool or similar build environments that work with multiple ......
Read more >Option to output lcov.info format? · Issue #587 · nedbat ...
What do you think of a feature for coverage.py, that would act similarly to xmlreport.py and jsonreport.py, and output a file in LCOV...
Read more >lcovrc man page - lcov - File Formats
The lcovrc file contains configuration information for the lcov code coverage tool (see lcov(1)). ... Use custom HTML file extension
Read more >Linux Test Project - Coverage » lcov - SourceForge
lcov is a graphical front-end for GCC's coverage testing tool gcov. It collects line, function and branch coverage data for multiple source ...
Read more >lcov(1) - testing
By convention, lcov-generated coverage data files are called "tracefiles" and should have the filename extension ".info". --path path. Strip ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@iMarv thanks for the further info, I will take a look at this and try to get it into the 1.3.1 release that is upcoming.
I did not restart. Indeed works like a charm, thank you for investigating!