Skip to content

Anchors, Buttons and Icon Handling#2

Merged
wintondeshong merged 5 commits intorsm-hcd:masterfrom
wintondeshong:master
Jul 15, 2020
Merged

Anchors, Buttons and Icon Handling#2
wintondeshong merged 5 commits intorsm-hcd:masterfrom
wintondeshong:master

Conversation

@wintondeshong
Copy link
Copy Markdown
Contributor

  • n/a Related GitHub issue(s) linked in PR description
  • Destination branch merged, built and tested with your changes
  • Code formatted and follows best practices and patterns
  • Code builds cleanly (no additional warnings or errors)
  • Manually tested
  • Automated tests are passing
  • No decreases in automated test coverage
  • Documentation updated (readme, docs, comments, etc.)
  • n/a Localization: No hard-coded error messages in code files (minimally in string constants)
  • New component and/ or properties? Make sure to update storybook

@wintondeshong wintondeshong added the enhancement New feature or request label Jul 15, 2020
@wintondeshong wintondeshong self-assigned this Jul 15, 2020
@wintondeshong wintondeshong requested review from a team and Stefanie899 July 15, 2020 15:52
Comment thread src/atoms/buttons/button.test.tsx
Comment thread src/atoms/buttons/button.test.tsx Outdated
});
});

it("when accessibleText provided, renders child accessible span", () => {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nitpick - since these props are inputs passed to the component (not a precondition of the test or component setup), would given accessibleText ... make more sense?

Comment thread src/utilities/icon-utils.test.ts Outdated
Comment thread src/utilities/icon-utils.test.ts Outdated
@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 15, 2020

Codecov Report

Merging #2 into master will increase coverage by 86.66%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##           master        #2       +/-   ##
============================================
+ Coverage   13.33%   100.00%   +86.66%     
============================================
  Files          10         5        -5     
  Lines         105        58       -47     
  Branches       22        18        -4     
============================================
+ Hits           14        58       +44     
+ Misses         90         0       -90     
+ Partials        1         0        -1     
Impacted Files Coverage Δ
src/atoms/buttons/button.tsx 100.00% <100.00%> (+100.00%) ⬆️
src/atoms/constants/svg-icons.ts 100.00% <100.00%> (ø)
src/utilities/icon-utils.tsx 100.00% <100.00%> (+100.00%) ⬆️
src/atoms/anchors/anchor.stories.tsx
src/atoms/buttons/button.stories.tsx
src/tests/factories/factory-type.ts
src/atoms/icons/icon.stories.tsx
src/tests/mocks/mock-axios.ts
... 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 cf6b821...e4726af. Read the comment docs.

@wintondeshong wintondeshong merged commit 5c6779a into rsm-hcd:master Jul 15, 2020
@brandongregoryscott
Copy link
Copy Markdown
Contributor

@all-contributors add @wintondeshong for code, doc, test

@allcontributors
Copy link
Copy Markdown
Contributor

@brandongregoryscott

I've put up a pull request to add @wintondeshong! 🎉

@brandongregoryscott
Copy link
Copy Markdown
Contributor

@all-contributors add @jhugs for review

@allcontributors
Copy link
Copy Markdown
Contributor

@brandongregoryscott

I've put up a pull request to add @jhugs! 🎉

@brandongregoryscott
Copy link
Copy Markdown
Contributor

@all-contributors add @brandongregoryscott for review

@allcontributors
Copy link
Copy Markdown
Contributor

@brandongregoryscott

I've put up a pull request to add @brandongregoryscott! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants