Availity / availity-react

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

Pagination and change-password block UI update #1300

Closed clintonlunn closed 1 year ago

clintonlunn 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 #1300 (18797ab) into master (c885a89) will decrease coverage by 1.63%. Report is 2 commits behind head on master. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1300      +/-   ##
==========================================
- Coverage   92.85%   91.23%   -1.63%     
==========================================
  Files          11       31      +20     
  Lines         378      821     +443     
  Branches      140      265     +125     
==========================================
+ Hits          351      749     +398     
- Misses         27       72      +45     
Files Changed Coverage Δ
packages/block-ui/src/BlockUi.tsx 69.23% <100.00%> (ø)
packages/change-password/src/ChangePasswordForm.js 81.66% <100.00%> (ø)
packages/pagination/src/PaginationContent.tsx 96.00% <100.00%> (-0.08%) :arrow_down:

... and 19 files with indirect coverage changes