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

🚚 Move object arbitraries into /arbitrary #2085

Merged
merged 1 commit into from
Jul 7, 2021
Merged

🚚 Move object arbitraries into /arbitrary #2085

merged 1 commit into from
Jul 7, 2021

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented Jul 7, 2021

Category:

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

Potential impacts:

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

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jul 7, 2021

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 8b8bd8c:

Sandbox Source
Vanilla Configuration
fast-check-examples Configuration

@codecov
Copy link

codecov bot commented Jul 7, 2021

Codecov Report

Merging #2085 (8b8bd8c) into main (1731bbc) will increase coverage by 0.02%.
The diff coverage is 98.07%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2085      +/-   ##
==========================================
+ Coverage   96.46%   96.48%   +0.02%     
==========================================
  Files         178      187       +9     
  Lines        4413     4443      +30     
  Branches      875      875              
==========================================
+ Hits         4257     4287      +30     
  Misses        152      152              
  Partials        4        4              
Flag Coverage Δ
unit-tests 96.48% <98.07%> (+0.02%) ⬆️
unit-tests-12.x-Linux 96.48% <98.07%> (+0.02%) ⬆️
unit-tests-14.x-Linux 96.48% <98.07%> (+0.02%) ⬆️
unit-tests-16.x-Linux 96.48% <98.07%> (+0.02%) ⬆️

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

Impacted Files Coverage Δ
...trary/_internals/helpers/JsonConstraintsBuilder.ts 76.92% <76.92%> (ø)
...bitrary/_internals/builders/AnyArbitraryBuilder.ts 100.00% <100.00%> (ø)
...trary/_internals/builders/BoxedArbitraryBuilder.ts 100.00% <100.00%> (ø)
...y/_internals/helpers/QualifiedObjectConstraints.ts 100.00% <100.00%> (ø)
src/arbitrary/anything.ts 100.00% <100.00%> (ø)
src/arbitrary/json.ts 100.00% <100.00%> (ø)
src/arbitrary/jsonObject.ts 100.00% <100.00%> (ø)
src/arbitrary/object.ts 100.00% <100.00%> (ø)
src/arbitrary/unicodeJson.ts 100.00% <100.00%> (ø)
src/arbitrary/unicodeJsonObject.ts 100.00% <100.00%> (ø)
... and 11 more

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 1731bbc...8b8bd8c. Read the comment docs.

@dubzzz dubzzz merged commit f12e384 into main Jul 7, 2021
@dubzzz dubzzz deleted the move-obj branch July 7, 2021 07:03
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