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

✨ Fuzzed string #4012

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

✨ Fuzzed string #4012

wants to merge 5 commits into from

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented Jun 27, 2023

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 Jun 27, 2023

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 36d789d:

Sandbox Source
Vanilla Configuration
@fast-check/examples Configuration

@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Merging #4012 (021223d) into main (95492a7) will decrease coverage by 1.05%.
The diff coverage is 15.38%.

❗ Current head 021223d differs from pull request most recent head 36d789d. Consider uploading reports for the commit 36d789d to get more accurate results

@@            Coverage Diff             @@
##             main    #4012      +/-   ##
==========================================
- Coverage   94.61%   93.57%   -1.05%     
==========================================
  Files         209      210       +1     
  Lines        5848     5926      +78     
  Branches     1344     1353       +9     
==========================================
+ Hits         5533     5545      +12     
- Misses        299      360      +61     
- Partials       16       21       +5     
Flag Coverage Δ
unit-tests 93.57% <15.38%> (-1.05%) ⬇️
unit-tests-14.x-Linux 93.57% <15.38%> (-1.05%) ⬇️
unit-tests-16.x-Linux 93.52% <15.38%> (-1.10%) ⬇️
unit-tests-18.x-Linux 93.57% <15.38%> (-1.05%) ⬇️
unit-tests-latest-Linux 93.57% <15.38%> (-1.05%) ⬇️

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

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

@dubzzz dubzzz changed the title Fuzzed string ✨ Fuzzed string Aug 29, 2023
@dubzzz dubzzz added the 🧪 Experiment Performing some experiments for potential future features implying deep changes label Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧪 Experiment Performing some experiments for potential future features implying deep changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant