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: addon-api hover provider #327

Merged
merged 11 commits into from
Nov 1, 2021

Conversation

lifeart
Copy link
Owner

@lifeart lifeart commented Oct 16, 2021

resolves: #326

@lifeart lifeart mentioned this pull request Oct 16, 2021
11 tasks
@codecov
Copy link

codecov bot commented Nov 1, 2021

Codecov Report

Merging #327 (d68727e) into component-context-info-origin (290be29) will decrease coverage by 0.41%.
The diff coverage is 58.62%.

❗ Current head d68727e differs from pull request most recent head 2b69810. Consider uploading reports for the commit 2b69810 to get more accurate results
Impacted file tree graph

@@                        Coverage Diff                        @@
##           component-context-info-origin     #327      +/-   ##
=================================================================
- Coverage                          70.41%   69.99%   -0.42%     
=================================================================
  Files                                 45       46       +1     
  Lines                               3917     3966      +49     
  Branches                             818      833      +15     
=================================================================
+ Hits                                2758     2776      +18     
- Misses                              1156     1187      +31     
  Partials                               3        3              
Impacted Files Coverage Δ
...in-addons/core/code-actions/template-lint-fixes.ts 12.24% <0.00%> (-0.26%) ⬇️
src/utils/builtin-addons-initializer.ts 93.10% <ø> (ø)
src/template-linter.ts 38.40% <28.57%> (-12.96%) ⬇️
src/utils/addon-api.ts 59.87% <65.00%> (+0.87%) ⬆️
src/hover-provider/entry.ts 90.00% <90.00%> (ø)
src/project-roots.ts 91.45% <100.00%> (+0.07%) ⬆️
src/server.ts 63.32% <100.00%> (+0.58%) ⬆️

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 290be29...2b69810. Read the comment docs.

@lifeart lifeart merged commit 3b739f5 into component-context-info-origin Nov 1, 2021
@lifeart lifeart deleted the addon-api-hover-provider branch November 1, 2021 21:53
lifeart pushed a commit that referenced this pull request Nov 1, 2021
# [2.4.0](v2.3.0...v2.4.0) (2021-11-01)

### Features

* addon-api hover provider ([#327](#327)) ([3b739f5](3b739f5))
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.

hover provider for addon API
1 participant