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.

codecov-node doesn't accept piped report

See original GitHub issue

Currently you can not pipe a report to codecov. E.g. tap --coverage-report=text-lcov | codecov --disable=gcov where the lcov report comes from tap.

I have a patch that enable support for piping reports but I want to see if #28 is merged before cleaning up the patch and write proper test.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
eddiemoorecommented, Jul 2, 2019

Pipe is now available

0reactions
dotnetCarpentercommented, Mar 6, 2018

@hadrienk oh wait. I thought #30 was merged. It’s just closed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Wrong documentation for coverage with codecov.io · Issue #298
I just learned that you can not write "posttest": "tap --coverage-report=lcov | codecov" as the docs suggest. You have to write "posttest": ...
Read more >
Introducing Codecov's New Uploader
Our New Uploader (Beta). We've created an entirely new Uploader using NodeJS that is shipped as a static binary executable on the Windows, ......
Read more >
codecov.io - npm
Once your app is instrumented for coverage, and building, you need to pipe the coverage reports output to ./node_modules/codecov.io/bin/codecov.
Read more >
Private repo: There was an error processing coverage reports
Description Our codecov reports stopped working 6 days ago. I assume it's related to this outage I have seen.
Read more >
Add code coverage reporting | egghead.io
[03:36] In review, you simply install Codecov as a devDependency. You add a report coverage script to your NPM scripts, which will cut...
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