Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch coverage data sent to combineCoverage to prevent timeouts #877

Merged

Commits on Sep 9, 2024

  1. Batch coverage report data sent to 'combineCoverage' using number of …

    …keys as the batching mechanism. This is to prevent very large objects being sent across processes all at once. Objects of sufficient size have been causing timeouts during this transition.
    aantes-st committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    45b2da0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4502919 View commit details
    Browse the repository at this point in the history
  3. Prettier format

    aantes-st committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    98fdf48 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Update with latest master

    aantes-st committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6760dc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    cdeb348 View commit details
    Browse the repository at this point in the history
  2. Batch coverage sending only if the environment variable 'sendCoverage…

    …BatchSize' is set and valid
    aantes-st committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    339deb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    a0589b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    60797e5 View commit details
    Browse the repository at this point in the history