codecov-node doesn't accept piped report
See original GitHub issueIssue Description
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:
- Created 6 years ago
- Reactions:4
- Comments:8 (5 by maintainers)
Top 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 >
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
Pipe is now available
@hadrienk oh wait. I thought #30 was merged. It’s just closed.