Availity / availity-react

React components using Availity UIKit and Bootstrap 4
https://availity.github.io/availity-react
MIT License
54 stars 30 forks source link

docs(select): update stories to csf3 for Async Selects component #1348

Closed ncruz-av closed 1 year ago

ncruz-av commented 1 year ago

Before submitting a pull request, please make sure the following is done:

  1. Fork the repository and create your branch from master.
  2. Run yarn in the repository root.
  3. If you've fixed a bug or added code that should be tested, add tests!
  4. Ensure the test suite passes (yarn test). Tip: yarn test --watch TestName is helpful in development.
  5. Make sure your code passed the conventional commits check. Read more about conventional commits
codecov[bot] commented 1 year ago

Codecov Report

Merging #1348 (fe1eb02) into master (4c31aeb) will decrease coverage by 1.53%. Report is 12 commits behind head on master. The diff coverage is n/a.

:exclamation: Current head fe1eb02 differs from pull request most recent head 475130b. Consider uploading reports for the commit 475130b to get more accurate results

@@            Coverage Diff             @@
##           master    #1348      +/-   ##
==========================================
- Coverage   92.81%   91.28%   -1.53%     
==========================================
  Files          29       20       -9     
  Lines        1169      723     -446     
  Branches      355      236     -119     
==========================================
- Hits         1085      660     -425     
+ Misses         84       63      -21     

see 45 files with indirect coverage changes

LauRoxx commented 1 year ago

changes handled in https://github.com/Availity/availity-react/pull/1345