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

Fix/feedback deps #1290

Closed bjnewman closed 1 year ago

bjnewman 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 #1290 (51b8c39) into master (4635c81) will decrease coverage by 0.30%. The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master    #1290      +/-   ##
==========================================
- Coverage   91.29%   91.00%   -0.30%     
==========================================
  Files          13       12       -1     
  Lines         310      300      -10     
  Branches       85       82       -3     
==========================================
- Hits          283      273      -10     
  Misses         27       27              
Impacted Files Coverage Δ
packages/feedback/src/SupportDropdown.js 81.81% <50.00%> (-1.52%) :arrow_down:

... and 1 file with indirect coverage changes