Closed JeffGreiner-eaton closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.46%. Comparing base (
3e615ae
) to head (2799da7
). Report is 3 commits behind head on dev.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes BLUI-6037.
Changes proposed in this Pull Request:
cd ./components && yarn && yarn prettier:check && yarn lint && yarn coverage
Screenshots / Screen Recording (if applicable)
-
https://github.com/user-attachments/assets/ec404a47-741d-4eda-83ff-afc16ec80fcc
To Test:
git clone https://github.com/etn-ccis/blui-react-native-component-library.git
git checkout feature/blui-6037-husky-pre-commit-hook
yarn install:components
a.) use the vs code source control panel to stage and commit. (the husky pre-commit runs in the background and when complete your commit will compete)
OR
b.) use the terminal
git add . && git commit -m 'my commit'
(running in terminal will display what pre-commit runs)Next test
"lines": 76
OR
Any specific feedback you are looking for?
-