Opened 4 years ago
Closed 4 years ago
#52923 closed enhancement (fixed)
Run multisite and single site tests in parallel for code coverage reporting
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
Related #52548.
The code coverage reporting workflow currently takes a 1-1.5 hours. The test suite takes between 30-40 minutes to run each time (multisite and single site) and is run twice.
We can take advantage of GitHub Action's parallel processing of jobs to cut this time in half.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 50594: