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 support for sparse arrays in fc.object #1451

Merged
merged 1 commit into from Feb 6, 2021

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented Feb 6, 2021

In a nutshell

✔️ New feature
❌ Fix an issue
❌ Documentation improvement
❌ Other: please explain

(✔️: yes, ❌: no)

Potential impacts

None

@codesandbox-ci
Copy link

codesandbox-ci bot commented Feb 6, 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 19fc718:

Sandbox Source
Vanilla Configuration
fast-check-examples Configuration

@codecov
Copy link

codecov bot commented Feb 6, 2021

Codecov Report

Merging #1451 (19fc718) into master (e9ad01f) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1451      +/-   ##
==========================================
- Coverage   98.31%   98.28%   -0.04%     
==========================================
  Files          92       92              
  Lines        3138     3141       +3     
  Branches      610      611       +1     
==========================================
+ Hits         3085     3087       +2     
- Misses         50       51       +1     
  Partials        3        3              
Flag Coverage Δ
e2e-tests 88.82% <100.00%> (+0.04%) ⬆️
e2e-tests-10.x-Linux 88.79% <100.00%> (+0.04%) ⬆️
e2e-tests-10.x-Windows 86.88% <100.00%> (+0.01%) ⬆️
e2e-tests-10.x-macOS 88.82% <100.00%> (+0.07%) ⬆️
e2e-tests-12.x-Linux 88.79% <100.00%> (+0.01%) ⬆️
e2e-tests-12.x-Windows 86.81% <100.00%> (-0.02%) ⬇️
e2e-tests-12.x-macOS 88.79% <100.00%> (+0.04%) ⬆️
e2e-tests-14.x-Linux 88.76% <100.00%> (+0.01%) ⬆️
e2e-tests-14.x-Windows 86.88% <100.00%> (+0.07%) ⬆️
e2e-tests-14.x-macOS 88.76% <100.00%> (+0.01%) ⬆️
unit-tests 97.32% <100.00%> (-0.03%) ⬇️
unit-tests-10.x-Linux 97.29% <100.00%> (-0.07%) ⬇️
unit-tests-12.x-Linux 97.32% <100.00%> (-0.03%) ⬇️
unit-tests-14.x-Linux 97.32% <100.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
src/check/arbitrary/ObjectArbitrary.ts 99.11% <100.00%> (+0.02%) ⬆️
src/check/arbitrary/SparseArrayArbitrary.ts 97.43% <0.00%> (-2.57%) ⬇️

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 e9ad01f...19fc718. Read the comment docs.

@dubzzz dubzzz merged commit 6030702 into master Feb 6, 2021
@dubzzz dubzzz deleted the obj-with-sparse-arrays branch February 6, 2021 18:09
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