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

feat: Storybook autodocs #1329

Closed
wants to merge 1 commit into from
Closed

feat: Storybook autodocs #1329

wants to merge 1 commit into from

Conversation

brettdorrans
Copy link
Member

Types of Changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue, please reference the issue id)
  • New feature (non-breaking change which adds functionality, make sure to open an associated issue first)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

Description

[Place a meaningful description here.]

@codecov
Copy link

codecov bot commented Apr 12, 2023

Codecov Report

Merging #1329 (b4d1ef8) into master (8dc71f5) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master     #1329   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          385       390    +5     
  Branches        15        15           
=========================================
+ Hits           385       390    +5     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/components/inputs/Button/index.tsx 100.00% <100.00%> (ø)
src/components/inputs/Toggle/index.tsx 100.00% <100.00%> (ø)
src/components/layouts/Box/index.tsx 100.00% <100.00%> (ø)
src/components/navigation/Link/index.tsx 100.00% <100.00%> (ø)
src/components/status/Tag/index.tsx 100.00% <100.00%> (ø)
src/components/typography/Heading/index.tsx 100.00% <100.00%> (ø)
src/components/typography/Text/index.tsx 100.00% <100.00%> (ø)
src/components/utility/Logo/index.tsx 100.00% <100.00%> (ø)
src/components/utility/ThemeProvider/index.tsx 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@brettdorrans brettdorrans deleted the feat/1326-autodocs branch December 16, 2023 14:32
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.

Investigate whether we can simplify generating docs using storiesOf api
1 participant