fabric8-analytics / fabric8-analytics-lsp-server

Apache License 2.0
9 stars 33 forks source link

fix: [APPAI-1636] Consuming propagated golang executable path from VS Code #159

Closed dgpatelgit closed 3 years ago

dgpatelgit commented 3 years ago

LSP consuming the golang binary path passed from VS Code, It uses 'go' as default binary path is not set in process environment. Fixes Jira ticket :: https://issues.redhat.com/browse/APPAI-1636

codecov-io commented 3 years ago

Codecov Report

Merging #159 (c81805a) into master (930023e) will increase coverage by 0.07%. The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #159      +/-   ##
==========================================
+ Coverage   98.05%   98.13%   +0.07%     
==========================================
  Files           6        7       +1     
  Lines         309      322      +13     
  Branches       52       59       +7     
==========================================
+ Hits          303      316      +13     
  Misses          6        6              
Impacted Files Coverage Δ
src/collector.ts 98.44% <66.66%> (+0.01%) :arrow_up:
src/config.ts 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 930023e...c81805a. Read the comment docs.

crda-release-bot commented 3 years ago

:tada: This PR is included in version 0.4.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: