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 floating point arbitraries into /arbitrary #2090

Merged
merged 2 commits into from
Jul 8, 2021
Merged

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented Jul 8, 2021

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 Jul 8, 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 0a0fcce:

Sandbox Source
Vanilla Configuration
fast-check-examples Configuration

@codecov
Copy link

codecov bot commented Jul 8, 2021

Codecov Report

Merging #2090 (0a0fcce) into main (dbf7d08) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2090   +/-   ##
=======================================
  Coverage   96.48%   96.49%           
=======================================
  Files         187      190    +3     
  Lines        4443     4451    +8     
  Branches      875      875           
=======================================
+ Hits         4287     4295    +8     
  Misses        152      152           
  Partials        4        4           
Flag Coverage Δ
unit-tests 96.49% <100.00%> (+<0.01%) ⬆️
unit-tests-12.x-Linux 96.49% <100.00%> (+<0.01%) ⬆️
unit-tests-14.x-Linux 96.49% <100.00%> (+<0.01%) ⬆️
unit-tests-16.x-Linux 96.49% <100.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
src/arbitrary/_internals/helpers/ArrayInt64.ts 100.00% <ø> (ø)
src/arbitrary/_internals/helpers/FloatHelpers.ts 97.56% <ø> (ø)
src/arbitrary/_internals/ArrayInt64Arbitrary.ts 94.31% <100.00%> (ø)
src/arbitrary/_internals/helpers/DoubleHelpers.ts 98.14% <100.00%> (ø)
...trary/_internals/helpers/JsonConstraintsBuilder.ts 76.92% <100.00%> (ø)
...y/_internals/helpers/QualifiedObjectConstraints.ts 100.00% <100.00%> (ø)
src/arbitrary/_next/doubleNext.ts 100.00% <100.00%> (ø)
src/arbitrary/_next/floatNext.ts 100.00% <100.00%> (ø)
src/arbitrary/double.ts 100.00% <100.00%> (ø)
src/arbitrary/float.ts 100.00% <100.00%> (ø)
... and 7 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 dbf7d08...0a0fcce. Read the comment docs.

@dubzzz dubzzz merged commit 165e827 into main Jul 8, 2021
@dubzzz dubzzz deleted the move-float-double branch July 8, 2021 19:15
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