iRoachie / react-native-material-tabs

Material Design implementation of Tabs
MIT License
121 stars 56 forks source link

refactor: Remove flow in favour of typescript #58

Closed iRoachie closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #58 into next will decrease coverage by 6.26%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff            @@
##             next     #58      +/-   ##
=========================================
- Coverage   78.57%   72.3%   -6.27%     
=========================================
  Files           6       6              
  Lines          56      65       +9     
  Branches       11      21      +10     
=========================================
+ Hits           44      47       +3     
- Misses          9      12       +3     
- Partials        3       6       +3
Impacted Files Coverage Δ
src/components/Touchable.tsx 100% <ø> (ø)
src/components/Tab/styles.ts 75% <ø> (ø)
src/components/Tab/Tab.tsx 85.71% <ø> (ø)
src/components/Indicator.tsx 100% <ø> (ø)
src/components/MaterialTabs.tsx 60.52% <0%> (ø)
src/lib/styles.ts 100% <100%> (ø)

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 a376593...587966a. Read the comment docs.