fabric8-analytics / fabric8-analytics-lsp-server

Apache License 2.0
9 stars 33 forks source link

fix: Avoid excessive sendDiagnostic calls #183

Closed arajkumar closed 3 years ago

arajkumar commented 3 years ago

There is no use to send diagnostics on every vulnerability from sync loop. It should be sent per batch.

Also fixed release binary linux artefact label.

codecov-io commented 3 years ago

Codecov Report

Merging #183 (ec6c7ae) into master (88969e1) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #183   +/-   ##
=======================================
  Coverage   96.69%   96.69%           
=======================================
  Files          11       11           
  Lines         424      424           
  Branches       78       78           
=======================================
  Hits          410      410           
  Misses         14       14           

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 88969e1...ec6c7ae. Read the comment docs.

github-actions[bot] commented 3 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: