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

πŸ“ Prefer import notation over require for README #4464

Merged
merged 2 commits into from Nov 23, 2023
Merged

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented Nov 23, 2023

Fixes #4417

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): ...

@dubzzz dubzzz enabled auto-merge (squash) November 23, 2023 18:16
Copy link

codesandbox-ci bot commented Nov 23, 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 aca5f00:

Sandbox Source
JavaScript Configuration
@fast-check/examples Configuration

Copy link

codecov bot commented Nov 23, 2023

Codecov Report

All modified and coverable lines are covered by tests βœ…

Comparison is base (488c62e) 93.57% compared to head (aca5f00) 93.57%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4464   +/-   ##
=======================================
  Coverage   93.57%   93.57%           
=======================================
  Files         207      207           
  Lines        5013     5013           
  Branches     1368     1368           
=======================================
  Hits         4691     4691           
  Misses        322      322           
Flag Coverage Ξ”
unit-tests 93.57% <ΓΈ> (ΓΈ)
unit-tests-18.x-Linux 93.57% <ΓΈ> (ΓΈ)
unit-tests-20.x-Linux 93.57% <ΓΈ> (ΓΈ)
unit-tests-latest-Linux 93.57% <ΓΈ> (ΓΈ)

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

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@dubzzz dubzzz merged commit cf71847 into main Nov 23, 2023
54 checks passed
@dubzzz dubzzz deleted the better-readme branch November 23, 2023 18:28
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.

Update README with import instead of require
1 participant