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

ci parallel #38

Merged
merged 7 commits into from
Jul 16, 2024
Merged

ci parallel #38

merged 7 commits into from
Jul 16, 2024

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    54827c4 View commit details
    Browse the repository at this point in the history
  2. Run coverage in parallel mode

     This avoids problems that occur when multiple test runs try to record
     coverage information at the same time. Instead, we record coverage data
     independently for each run and combine and report them in a separate
     step.
    samueljsb committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c237cb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    152aae9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d208b5 View commit details
    Browse the repository at this point in the history
  5. Run tests for all python versions in one job

    These can be run in parallel, rather than running a new job for each
    of them.
    samueljsb committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    504fcfb View commit details
    Browse the repository at this point in the history
  6. Cache Python dependencies

    samueljsb committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9b23459 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    85d4327 View commit details
    Browse the repository at this point in the history