-
-
Notifications
You must be signed in to change notification settings - Fork 197
π Add @traversable/zod-test
to ecosystem
#6192
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
π Add @traversable/zod-test
to ecosystem
#6192
Conversation
|
@fast-check/ava
@fast-check/expect-type
fast-check
@fast-check/jest
@fast-check/packaged
@fast-check/poisoning
@fast-check/vitest
@fast-check/worker
commit: |
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6192 +/- ##
=======================================
Coverage 95.98% 95.98%
=======================================
Files 212 212
Lines 10194 10194
Branches 2765 2766 +1
=======================================
Hits 9785 9785
Misses 409 409
Flags with carried forward coverage won't be shown. Click here to find out more. β View full report in Codecov by Sentry. π New features to boost your workflow:
|
Note on this PR: I've been working on polishing the other libraries (valibot, arktype, JSON schema). Will push an update that lists the others in the next few days so they can be added in one go, rather than having separate PRs. |
Sorry for the delay, I've been off for several weeks for personal reasons. I'm gonna be back starting next week. Thanks a lot for the PR. |
Co-authored-by: dubzzz <[email protected]>
This PR adds @ahrjarrett as a documentation contributor in recognition of their work on PR #6192, which added `@traversable/zod-test` to the ecosystem documentation. The changes update the all-contributors configuration and README to reflect this contribution: **Changes made:** - Updated `.all-contributorsrc` to add "doc" to ahrjarrett's contributions array - Updated `packages/fast-check/README.md` to display the documentation icon (π) alongside the existing code icon (π») for andrew jarrett in the contributors table This ensures that all documentation contributions are properly recognized and visible in the project's contributor list. > [!WARNING] > > <details> > <summary>Firewall rules blocked me from connecting to one or more addresses (expand for details)</summary> > > #### I tried to connect to the following addresses, but was blocked by firewall rules: > > - `https://api.github.com/repos/dubzzz/fast-check/pulls/6192` > - Triggering command: `curl -s REDACTED` (http block) > > If you need me to access, download, or install something from one of these locations, you can either: > > - Configure [Actions setup steps](https://gh.io/copilot/actions-setup-steps) to set up my environment, which run before the firewall is enabled > - Add the appropriate URLs or hosts to the custom allowlist in this repository's [Copilot coding agent settings](https://github.com/dubzzz/fast-check/settings/copilot/coding_agent) (admins only) > > </details> <!-- START COPILOT CODING AGENT SUFFIX --> <details> <summary>Original prompt</summary> > Could you add the author of this pr @dubzzz/fast-check/pull/6192 as a doc contributor? </details> <!-- START COPILOT CODING AGENT TIPS --> --- π¬ Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click [here](https://survey3.medallia.com/?EAHeSx-AP01bZqG0Ld9QLQ) to start the survey. --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: dubzzz <[email protected]>
Description
This PR adds @traversable/zod-test to the ecosystem.
Related: #6186
Checklist β Don't delete this checklist and make sure you do the following before opening the PR
pnpm run bump
and flag the impacts properlyAdvanced