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

feat(feature): upgrading react-block-ui to @availity/block-ui #1291 #1292

Closed clintonlunn closed 1 year ago

clintonlunn commented 1 year ago

fixes #1291

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 #1292 (78ec512) into master (5c13124) will increase coverage by 6.23%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1292      +/-   ##
==========================================
+ Coverage   91.26%   97.50%   +6.23%     
==========================================
  Files          13        3      -10     
  Lines         309       40     -269     
  Branches       85        9      -76     
==========================================
- Hits          282       39     -243     
+ Misses         27        1      -26     
Impacted Files Coverage Δ
packages/feature/src/Feature.js 100.00% <100.00%> (ø)

... and 15 files with indirect coverage changes