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.

Coverage should combine reports from all runs

See original GitHub issue

Coveralls currently only runs on node 4.6; instead, we should get coverage on every test run, and after_success should istanbul-merge it, and send that to coveralls.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ljharbcommented, Apr 8, 2017

@JaKXz A more specific example for this repo: if we have code that’s specific to React 15, and only react 15, we’d want the if branch (which only works on the React 15 job) and the else branch (only on the React 14 job) to both be counted for coverage.

1reaction
ljharbcommented, Apr 5, 2017

Absolutely there should; because different node versions can traverse different paths; let’s say if we’re conditionally checking the environment.

Proper coverage always requires checking and combining across multiple environments.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jest: How to merge coverage reports from different jest test runs
Steps: Collect multiple coverage reports using coverage reporter "json"; Put them all in one directory (which in my case required renaming ...
Read more >
How to merge or combine reports to create summaries
Its possible to merge reports to create summaries in few ways using existing coverage you've uploaded, for example making a quarterly or yearly...
Read more >
Merge coverage reports from multiple runs #10353 - GitHub
Merge coverage reports from multiple runs #10353 ... To get around this, we can merge all the files using ReportGenerator. This is what...
Read more >
One report for all test cases: Easily merging multiple tests reports
In such a case, you will get different test reports from every group of tests you run. This will pose problems in analyzing...
Read more >
Merging Reports - Codecov
Automatic report merging for all CI and languages into a single report. ... script: # run my python tests - coverage run tests.py...
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