Skip to content
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 new arbitrary called uniqueArray #2616

Merged
merged 16 commits into from
Mar 12, 2022
Merged

✨ Add new arbitrary called uniqueArray #2616

merged 16 commits into from
Mar 12, 2022

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented Jan 6, 2022

Category:

  • ✨ Introduce new features
  • 📝 Add or update documentation
  • ✅ Add or update tests
  • 🐛 Fix a bug
  • 🏷️ Add or update types
  • ⚡️ Improve performance
  • Other(s): ...

Potential impacts:

  • Generated values
  • Shrink values
  • Performance
  • Typings
  • Other(s): ...

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jan 6, 2022

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 9d01894:

Sandbox Source
Vanilla Configuration
fast-check-examples Configuration

@codecov
Copy link

codecov bot commented Jan 6, 2022

Codecov Report

Merging #2616 (9d01894) into main (945fd14) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2616      +/-   ##
==========================================
+ Coverage   95.08%   95.12%   +0.03%     
==========================================
  Files         213      214       +1     
  Lines        4983     5023      +40     
  Branches      989     1000      +11     
==========================================
+ Hits         4738     4778      +40     
  Misses        241      241              
  Partials        4        4              
Flag Coverage Δ
unit-tests 95.12% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/arbitrary/uniqueArray.ts 100.00% <100.00%> (ø)
src/fast-check-default.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 945fd14...9d01894. Read the comment docs.

@dubzzz
Copy link
Owner Author

dubzzz commented Feb 17, 2022

please deploy

@github-actions
Copy link
Contributor

Give a try to 286b69b with:

yarn add https://620e13540209a2804e75d745--dazzling-goodall-4f0e38.netlify.app/fast-check.tgz
npm i https://620e13540209a2804e75d745--dazzling-goodall-4f0e38.netlify.app/fast-check.tgz

Or have a look to the generated documentation.

@dubzzz
Copy link
Owner Author

dubzzz commented Mar 8, 2022

please merge

@github-actions
Copy link
Contributor

github-actions bot commented Mar 8, 2022

Merge of main resulted into:

Merge made by the 'ort' strategy.
 .github/actions/deploy-netlify/package.json        |   2 +-
 .github/actions/deploy-netlify/yarn.lock           | 784 +++++++++++++--------
 .github/workflows/build-status.yml                 |  22 +-
 .github/workflows/please-actions.yml               |   2 +-
 .github/workflows/publish-version.yml              |   2 +-
 documentation/css/typedoc.css                      |  15 +
 example/package.json                               |   4 +-
 example/yarn.lock                                  |  26 +-
 src/check/runner/Runner.ts                         |  10 +-
 test/esm/esbuild-with-import/package.json          |   2 +-
 test/esm/esbuild-with-import/yarn.lock             | 242 +++----
 test/esm/esbuild-with-require/package.json         |   2 +-
 test/esm/esbuild-with-require/yarn.lock            | 242 +++----
 test/esm/rollup-with-import/package.json           |   2 +-
 test/esm/rollup-with-import/yarn.lock              |   8 +-
 test/esm/rollup-with-require/package.json          |   2 +-
 test/esm/rollup-with-require/yarn.lock             |   8 +-
 test/esm/webpack-with-import/package.json          |   2 +-
 test/esm/webpack-with-import/yarn.lock             |  18 +-
 test/esm/webpack-with-require/package.json         |   2 +-
 test/esm/webpack-with-require/yarn.lock            |  18 +-
 .../arbitrary/_internals/ArrayArbitrary.spec.ts    | 543 ++++++++++++++
 typedoc.json                                       |  11 +-
 yarn.lock                                          |  42 +-
 24 files changed, 1411 insertions(+), 600 deletions(-)
 create mode 100644 documentation/css/typedoc.css
 create mode 100644 test/unit/arbitrary/_internals/ArrayArbitrary.spec.ts

Will try to push!

documentation/Arbitraries.md Outdated Show resolved Hide resolved
@dubzzz dubzzz merged commit 56a1d8c into main Mar 12, 2022
@dubzzz dubzzz deleted the unique-array branch March 12, 2022 21:54
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.

None yet

1 participant