You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve unit test times with isolated parallel workers (#225)
* Parallelize unit tests with isolated workspaces
* [Automated] Updated coverage badge
* Add language hint to test command
* Shard E2E tests with configurable count
* [Automated] Updated coverage badge
* Expand E2E sharding to ten workers
Add a shared ten-shard assignment while preserving the existing three-shard fallback.
Run ten E2E shards per platform and fail explicitly when the public E2E collection drifts from the checked-in assignments.
* Run representative E2E coverage on Windows and macOS
---------
Co-authored-by: GitHub Actions <actions@github.com>
coverage xml -o coverage.xml -i # Recent changes to coverage 7.13 make it stricter where it was previously passing https://coverage.readthedocs.io/en/7.13.0/messages.html#error-no-source
0 commit comments