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.

Merge reports for parallel builds

See original GitHub issue

I’m using this action on a matrix based build https://github.com/websockets/ws/blob/use/github-actions/.github/workflows/ci.yml.

I’ve defined a test job which is run in parallel and in this job I run the action with the parallel option set to true.

https://github.com/websockets/ws/blob/use/github-actions/.github/workflows/ci.yml#L32

I’ve also defined a coverage job which is run after all test jobs complete. In this job I run the action with the parallel-finished option set to true.

https://github.com/websockets/ws/blob/use/github-actions/.github/workflows/ci.yml#L40

This works well but it seems results are not aggregated. Am I doing something wrong?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:6
  • Comments:16 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
rfgamaralcommented, Oct 28, 2019

Interesting. Thanks for the clarification as I was trying to understand how could this affect my own projects and I wasn’t seeing a use case where coverage would be different. Thanks 😃

1reaction
nickmerwincommented, Apr 23, 2020

@lpinca good catch, we’ve deployed an update that should fix those Job numbers moving forward.

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to merge CodeClimate reports for parallel jobs (CI nodes)
If you run tests on parallel jobs (using CI parallelisation) you need to merge CodeClimate reports from each parallel job (CI node) into...
Read more >
How to merge your parallel test cucumber reports? - LinkedIn
Answer is, No, we can not directly generate a single report. But, the good news is that we can merge those reports and...
Read more >
Merging Reports - Codecov
Automatic report merging for all CI and languages into a single report. Suggest Edits. A common practice in the modern developer's workflow is...
Read more >
Can I combine 2 cucumber reports generated by 2 Runners ...
As far as I can see it seems Features are always run in paralell and "parallel=false" only applies to scenarios and I want...
Read more >
PDM Reports - TechDocs
When you process your Build WIP and Merge requests in batch mode, PDM produces several reports. Use the Build WIP reports to determine...
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