Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

103
Views
Is it possible to use coveralls/codecov locally?

According to Coveralls public documentation (https://docs.coveralls.io/), "Your code must be hosted on GitHub, BitBucket, or GitLab".

Then the package "coveralls" in npm (https://www.npmjs.com/package/coveralls) says that "This script bin/coveralls.js can take standard input from any tool that emits the lcov data format (including mocha's LCOV reporter) and send it to coveralls.io to report your code coverage there."

So what this package actually does is sending the output (coverage report) of other tools like nyc/jest/istanbul into coveralls instead of finding the test coverage on its own? Then what's the meaning of this npm package?

Is Coveralls/Codecov only available to projects in the cloud that use CI services? Is there a way to use Coveralls/Codecov to get the test coverage result of my local npm packages locally like what nyc/jest/istanbul does?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can use Codecov binary uploader to push coverage reports from your local. It will process the report and show you the coverage % in the Codecov UI. I'm not sure if it will be able to post a PR comment or otherwise work as expected, without CI integration. But to get the basics of just getting the coverage numbers, you can try uploading from your machine. Just be sure to grab the correct binary for your OS.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!