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(tooltip): initial implementation #101

Merged
merged 5 commits into from
Mar 29, 2020

Conversation

arturmiz
Copy link
Owner

Closes #60

@arturmiz arturmiz added the enhancement New feature or request label Feb 13, 2020
@arturmiz arturmiz self-assigned this Feb 13, 2020
@codecov
Copy link

codecov bot commented Feb 13, 2020

Codecov Report

Merging #101 into master will not change coverage by %.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #101   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           40        42    +2     
  Lines          263       278   +15     
  Branches        35        35           
=========================================
+ Hits           263       278   +15     
Impacted Files Coverage Δ
src/components/tooltip/Tooltip.vue 100.00% <100.00%> (ø)
src/components/tooltip/index.js 100.00% <100.00%> (ø)

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 74983dc...9807905. Read the comment docs.

@arturmiz arturmiz marked this pull request as ready for review March 29, 2020 21:43
@arturmiz arturmiz merged commit 6150577 into master Mar 29, 2020
@arturmiz arturmiz deleted the feat/tooltip/initial-implementation branch March 29, 2020 21:43
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.

Implement Tooltip component
1 participant