Regression in 2.4.x
See original GitHub issueDescribe the bug I am able to display coverage information in 2.3.1. However, I do not see coverage information using the same lcov file and configuration in the 2.4.x versions of the extension. The lcov file is using relative paths.
I’ve noticed that the 2.3.1 version prints extensive JSON information with line information while 2.4.x does not; I don’t know if this is functionality that has been removed in the new version or somehow associated with the issue.
With the exception of the JSON information in 2.3.1, both version print the following:
[1575679691475][coverageservice]: INITIALIZING
[1575679735858][coverageservice]: LOADING
[1575679736129][coverageservice]: Loading 1 file(s)
[1575679736180][coverageservice]: Loaded 1 data file(s)
[1575679736729][coverageservice]: Caching 82 coverage(s)
[1575679736729][printDataCoverage]: Coverage -> 82
[1575679736729][coverageservice]: READY
[1575679736729][coverageservice]: RENDERING
[1575679736730][coverageservice]: READY
[1575679743279][coverageservice]: RENDERING
[1575679743283][coverageservice]: READY
[1575679743341][coverageservice]: RENDERING
[1575679743362][coverageservice]: READY
Desktop (please complete the following information):
- OS: Windows
- Extension Version 2.4.x
- VSCode Version:
Version: 1.40.2 (user setup)
Commit: f359dd69833dd8800b54d458f6d37ab7c78df520
Date: 2019-11-25T14:54:45.096Z
Electron: 6.1.5
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Windows_NT x64 10.0.18363
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
2.4 Linear Regression: Building Connections With Intro Stats ...
This video connects multiple concepts that are typically covered in intro statistics courses. The goal is to show how linear regression can ...
Read more >STAT 110 - Regression - 2.3 and 2.4
Regression is the study of fitting the best line (or curve) through data, to predict Y (response variable) from X (explanatory variable).
Read more >NavigationViewItem content clipping regression in 2.4.x #2541
Describe the bug NavigationViewItem clips its internal contents in 2.4.x much more than 2.3.x. This makes it very difficult to render custom ...
Read more >Multiple Regression
Ordinary least squares linear multiple regression assumes that the independent (X) variables are measures at the interval or ratio level. If the variables...
Read more >2.4 - What is the Common Error Variance? | STAT 462
The plot of our population of data suggests that the college entrance test scores for each subpopulation have equal variance. We denote the...
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
@raiyankamal thanks for the update, you can use the remote path feature to fix this if you continue to run the tests in a docker conatiner! https://github.com/ryanluker/vscode-coverage-gutters/blob/master/package.json#L127-L131
I apologize, @ryanluker, I am slammed these days. Let’s close this issue and reopen when I have time to put together a small sample the reproduces the issue. Thanks for following up!