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.

Add nyc and coveralls

See original GitHub issue

I’ve noticed that there are multiple code paths that aren’t exercised during tests and I think we should add some coverage tool to help us figure out what needs to be tested.

What tools are there out there that we can use?

See level-ws.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
vweeverscommented, May 5, 2018

I like it better if those two are separated. If you want to combine code coverage of node tests and browser tests, nyc probably has to be separated (to encompass both suites).

0reactions
vweeverscommented, May 23, 2018

If that helps us on level-js, maybe. Short-term we can also collect code coverage manually, and fill the biggest gaps.

Read more comments on GitHub >

github_iconTop Results From Across the Web

nyc/setup-coveralls.md at master · istanbuljs/nyc - GitHub
coveralls.io is a great tool for adding coverage reports to your GitHub project. Here's how to get nyc integrated with coveralls and travis-ci.org:....
Read more >
How I Integrated Code Coverage Using nyc, Travis CI and ...
To integrate Travis CI and Coveralls I installed the necessary dependencies: yarn add nyc coveralls -D. Integrating Travis CI and Coveralls ...
Read more >
Node.js coverage with GitHub Actions and coveralls
I wanted to automate the coverage of my NPM robots-parser package so all pull requests and commits are checked and coverage is automatically ......
Read more >
nyc - npm
coveralls.io is a great tool for adding coverage reports to your GitHub project. Here's how to get nyc integrated with coveralls and travis-ci....
Read more >
Men's Overalls and Coveralls - Dave's New York
Shop our selection of men's overalls and coveralls from Dickies and Carhartt to keep you safe and comfortable on the job. Dave's carries...
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