native-ly / native-color-picker

🦄 Color picker for React Native
https://snack.expo.io/@jbiesiada/native-color-picker
MIT License
1 stars 1 forks source link

feat: prepare props & types for multiselect #133

Closed JB1905 closed 3 years ago

JB1905 commented 3 years ago

Closes #128

codecov[bot] commented 3 years ago

Codecov Report

Merging #133 (605a818) into main (0cb4abe) will decrease coverage by 62.03%. The diff coverage is 24.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##              main     #133       +/-   ##
============================================
- Coverage   100.00%   37.96%   -62.04%     
============================================
  Files           11       11               
  Lines           95      108       +13     
  Branches        38       43        +5     
============================================
- Hits            95       41       -54     
- Misses           0       67       +67     
Impacted Files Coverage Δ
src/helpers/pickComponent.ts 33.33% <0.00%> (-66.67%) :arrow_down:
src/components/Marker/index.tsx 4.76% <2.43%> (-95.24%) :arrow_down:
src/components/Item.tsx 33.33% <25.00%> (-66.67%) :arrow_down:
src/index.tsx 63.33% <52.17%> (-36.67%) :arrow_down:
src/components/Gradient.tsx 50.00% <100.00%> (-50.00%) :arrow_down:
src/components/Marker/BorderMarker.tsx 66.66% <100.00%> (-33.34%) :arrow_down:
src/components/Marker/FadeMarker.tsx 66.66% <100.00%> (-33.34%) :arrow_down:
src/imports/index.ts 100.00% <100.00%> (ø)
src/helpers/colors.ts 66.66% <0.00%> (-33.34%) :arrow_down:
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0cb4abe...605a818. Read the comment docs.