fast-check icon indicating copy to clipboard operation
fast-check copied to clipboard

✨ Fuzzed string

Open dubzzz opened this issue 2 years ago • 2 comments

Category:

  • [x] ✨ 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): ...

dubzzz avatar Jun 27 '23 06:06 dubzzz

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

Sandbox Source
Vanilla Configuration
@fast-check/examples Configuration

codesandbox-ci[bot] avatar Jun 27 '23 06:06 codesandbox-ci[bot]

Codecov Report

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

:exclamation: 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%) :arrow_down:
unit-tests-14.x-Linux 93.57% <15.38%> (-1.05%) :arrow_down:
unit-tests-16.x-Linux 93.52% <15.38%> (-1.10%) :arrow_down:
unit-tests-18.x-Linux 93.57% <15.38%> (-1.05%) :arrow_down:
unit-tests-latest-Linux 93.57% <15.38%> (-1.05%) :arrow_down:

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%> (ø)

codecov[bot] avatar Jun 27 '23 06:06 codecov[bot]