Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidy up typings a bit #135

Merged
merged 17 commits into from
Nov 1, 2018
Merged

Tidy up typings a bit #135

merged 17 commits into from
Nov 1, 2018

Conversation

azizhk
Copy link
Contributor

@azizhk azizhk commented Oct 29, 2018

Only 412 lines added. 1800 lines in yarn.lock due to integrity check.

@vercel
Copy link

vercel bot commented Oct 29, 2018

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

@azizhk azizhk requested review from ritz078 and l3satwik October 29, 2018 13:03
src/components/Calendar.tsx Show resolved Hide resolved
src/components/Select.tsx Outdated Show resolved Hide resolved
src/components/Calendar.tsx Show resolved Hide resolved
@ritz078
Copy link
Contributor

ritz078 commented Oct 29, 2018

Tests and build are failing.

@codecov
Copy link

codecov bot commented Oct 30, 2018

Codecov Report

Merging #135 into master will increase coverage by 1.06%.
The diff coverage is 76.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
+ Coverage    74.2%   75.26%   +1.06%     
==========================================
  Files          71       71              
  Lines         845      857      +12     
  Branches      163      172       +9     
==========================================
+ Hits          627      645      +18     
+ Misses        202      194       -8     
- Partials       16       18       +2
Impacted Files Coverage Δ
src/utils/dimensions.ts 100% <ø> (ø) ⬆️
src/components/Controls.tsx 72.72% <ø> (ø) ⬆️
src/components/Button.tsx 77.27% <ø> (ø) ⬆️
src/utils/analytics/ga.ts 0% <0%> (ø) ⬆️
src/components/DateInput.tsx 88.88% <0%> (+50%) ⬆️
src/components/styles/Button.styles.ts 86.95% <100%> (ø) ⬆️
src/components/OptionGroupCheckBox.tsx 92.3% <100%> (ø) ⬆️
src/components/Calendar.tsx 80.64% <100%> (+3.97%) ⬆️
src/components/RadioGroup.tsx 100% <100%> (ø) ⬆️
src/components/PhoneNumberInput.tsx 94.73% <100%> (ø) ⬆️
... and 10 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 da55ee4...f2ce291. Read the comment docs.

src/components/PhoneNumberInput.tsx Outdated Show resolved Hide resolved
src/components/__tests__/dateinput.test.tsx Outdated Show resolved Hide resolved
@ritz078 ritz078 merged commit 0bd5848 into master Nov 1, 2018
@ritz078 ritz078 deleted the no_any_part_1 branch November 1, 2018 11:17
<Slider
onValuesUpdated={({ values }) => store.set({ value: values })}
onValuesUpdated={({ min, max }) => store.set({ value: [min, max] })}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants