Skip to content

Parallelize independent workflow checks#1648

Merged
kitsuyui merged 1 commit into
mainfrom
ci/parallelize-node-checks
Jun 27, 2026
Merged

Parallelize independent workflow checks#1648
kitsuyui merged 1 commit into
mainfrom
ci/parallelize-node-checks

Conversation

@kitsuyui

Copy link
Copy Markdown
Owner

Summary

  • Run independent lint, type-check, test, and build steps through GitHub Actions parallel groups.
  • Keep packaging, safe-directory setup, build-size measurement, and coverage reporting after the parallel group.

Verification

  • Parsed the updated workflows as YAML.
  • bun run lint
  • bun run typecheck
  • bun run build
  • bun pm pack
  • bun run test requires Docker locally; CI provides a container and httpbin service for this job.

@github-actions

Copy link
Copy Markdown

Code Metrics Report

main (de5f702) #1648 (143732d) +/-
Coverage 86.9% 86.9% 0.0%
Code to Test Ratio 1:0.5 1:0.5 0.0
Test Execution Time 6s 7s +1s
Details
  |                     | main (de5f702) | #1648 (143732d) | +/-  |
  |---------------------|----------------|-----------------|------|
  | Coverage            |          86.9% |           86.9% | 0.0% |
  |   Files             |             11 |              11 |    0 |
  |   Lines             |            207 |             207 |    0 |
  |   Covered           |            180 |             180 |    0 |
  | Code to Test Ratio  |          1:0.5 |           1:0.5 |  0.0 |
  |   Code              |           1648 |            1648 |    0 |
  |   Test              |            961 |             961 |    0 |
- | Test Execution Time |             6s |              7s |  +1s |

Reported by octocov

@kitsuyui kitsuyui merged commit 2fb3ded into main Jun 27, 2026
10 checks passed
@kitsuyui kitsuyui deleted the ci/parallelize-node-checks branch June 27, 2026 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant