Skip to content

For Alpha 12#36

Merged
baxyz merged 14 commits intomainfrom
for-alpha-12
Apr 14, 2026
Merged

For Alpha 12#36
baxyz merged 14 commits intomainfrom
for-alpha-12

Conversation

@baxyz
Copy link
Copy Markdown
Contributor

@baxyz baxyz commented Apr 13, 2026

Description

Please include a summary of what this PR does and why it's needed.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactoring
  • Test improvement

Related Issues

Closes #(issue number)

How Has This Been Tested?

Describe the tests you ran and how to reproduce them:

  • Test A
  • Test B

Checklist

  • My code follows the code style of this project
  • I have updated the documentation accordingly
  • I have added tests for my changes
  • All new and existing tests passed locally
  • My commits follow the conventional commit format

Screenshots (if applicable)

Add screenshots for UI changes.

Additional Context

Add any other context about the PR here.

Copilot AI review requested due to automatic review settings April 13, 2026 20:11
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an informational CI job to check test execution across multiple JavaScript runtimes (Node/Deno/Bun) and surfaces the results in the automated PR validation comment.

Changes:

  • Introduces a new non-blocking runtime-compat job that runs the test suite under Node.js, Deno, and Bun.
  • Extends the PR comment generator to include a “Runtime Compatibility” section with per-runtime pass/fail indicators.
  • Wires the new job into the pr-comment job’s needs so results are always included in the report.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/pr-validation.yml
Comment thread .github/workflows/pr-validation.yml
Comment thread .github/workflows/pr-validation.yml Outdated
Comment thread .github/workflows/pr-validation.yml
@github-actions
Copy link
Copy Markdown
Contributor

✅ PR Validation Passed

All checks passed and coverage target reached!


📋 Pipeline Status

Job Status
🔢 Version passing
🏗️ Build passing
🧪 Tests passing
📝 Lint passing
📘 TypeCheck passing
🔐 Security Audit passing
🧾 Conventional Commits passing
🔗 Coherency passing

📊 Code Coverage

Overall Coverage: 100.0% — Target reached! 🎯

Metric Progress Coverage
Lines ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 100%
Branches ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 100%
Functions ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 100%
Statements ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 100%

🧬 Mutation Testing

🟢 Mutation Score: 91.27% — excellent

Metric Progress Score
🟢 Mutation Score ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░ 91.27%

🧬 Mutation testing is informational only and does not block the PR

📊 View full mutation report on Stryker Dashboard


🌐 Runtime Compatibility

Runtime Compatibility: 3/3 — All runtimes passed!

Runtime Status
🟩 Node.js
🦕 Deno
🍞 Bun

🔄 Runtime compatibility is informational only and does not block the PR


ℹ️ About this report
  • 🎯 Coverage Target: 100% for all metrics
  • 🧬 Mutation Testing: powered by Stryker (non-blocking)
  • 🔄 This comment updates automatically with each push
  • 📈 Coverage is measured using Vitest + v8

🤖 Generated by @helpers4 CI • 2026-04-13

@baxyz baxyz requested a review from Copilot April 14, 2026 19:53
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 22 out of 22 changed files in this pull request and generated 7 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/mutation-dashboard.yml Outdated
Comment thread helpers/promise/parallel.ts Outdated
Comment thread helpers/array/sample.ts Outdated
Comment thread helpers/array/shuffle.test.ts Outdated
Comment thread helpers/array/shuffle.test.ts Outdated
Comment thread helpers/array/sample.test.ts Outdated
Comment thread helpers/array/sample.test.ts Outdated
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 36 out of 36 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .template/bundle/README.md
baxyz and others added 13 commits April 14, 2026 22:41
- implement function to pick random elements from an array
- add tests for single and multiple element selection
- implement snakeCase conversion for various formats
- add tests for snakeCase functionality
- remove labelize function and its tests
- add titleCase function with tests and examples
…c tests

- refactor sample to use shuffle for random selection
- update tests for sample and shuffle to use deterministic random values
feat(promise): ✨ add fallback for NaN and Infinity limits in parallel function
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 36 out of 36 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread helpers/array/sample.ts Outdated
Comment thread helpers/array/sample.example.ts Outdated
@baxyz baxyz merged commit 7dd237b into main Apr 14, 2026
2 checks passed
@baxyz baxyz deleted the for-alpha-12 branch April 14, 2026 20:59
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.

3 participants