question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error Failed to parse string

See original GitHub issue

I’m always getting this error when i try to use the extension. I tried adding the watch on lcov.info and cobertura-coverage.xml, but the error is the same and nothing get displayed on the source code.

Here is the screenshot of the extension output: image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:41 (23 by maintainers)

github_iconTop GitHub Comments

1reaction
ryanlukercommented, Apr 8, 2019

@Licen-it sweet this one is finally fixed, thanks for running the (almost 8 month long) marathon with me 😆 ! You can modify where the coverage is displayed by turning off and of some settings, by default it is just the gutters but you can had the coverage show up inline and on the edges.

        "coverage-gutters.showLineCoverage": {
          "type": "boolean",
          "default": false,
          "description": "show or hide the line coverage"
        },
        "coverage-gutters.showRulerCoverage": {
          "type": "boolean",
          "default": false,
          "description": "show or hide the ruler coverage"
        },
        "coverage-gutters.showGutterCoverage": {
          "type": "boolean",
          "default": true,
          "description": "show or hide the gutter coverage"
        },
1reaction
Licen-itcommented, Dec 5, 2018

@ryanluker i’m getting the same error i mentioned in my comment above and still no gutters showing the code coverage.

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

'error from lcovParse: ' 'Failed to parse string' #113
I'm trying to integrate Coveralls into a library of mine, and am getting a strange error with the Tap integration.
Read more >
how to fix 'error from lcovParse: ' 'Failed to parse string'? on ...
I've used nyc with babel-plugin-istanbul before and got expected results. "test": "NODE_ENV=test nyc ./node_modules/.
Read more >
Pyarrow failed to parse string - 🤗Datasets
Whenever I try to load the dataset, I get the following error: pyarrow.lib.ArrowInvalid: Failed to parse string: 'a0d6fb' as a scalar of ...
Read more >
ERROR: Failed to parse value string \"{}\" with exception
What does this error mean? This error means that an invalid value was inserted for a DynamicCompositeType.
Read more >
Failed To Parse Input String
I tried to run a query from GA4 data in bigquery sql, but I always get this mesage "Failed To Parse Input String...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found