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

Upgrade availity authorize #1279 #1280

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 #1280 (0b6176c) into master (08d7fe1) will increase coverage by 8.30%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1280      +/-   ##
==========================================
+ Coverage   90.39%   98.70%   +8.30%     
==========================================
  Files          59        4      -55     
  Lines        1926       77    -1849     
  Branches      555       27     -528     
==========================================
- Hits         1741       76    -1665     
+ Misses        185        1     -184     
Impacted Files Coverage Δ
packages/authorize/src/Authorize.tsx 100.00% <100.00%> (ø)

... and 62 files with indirect coverage changes