fabric8-analytics / fabric8-analytics-lsp-server

Apache License 2.0
9 stars 33 forks source link

fix: [APPAI-1643][Golang]CA might add/update dependencies in go.mod #163

Closed dgpatelgit closed 3 years ago

dgpatelgit commented 3 years ago

CA might add/update dependencies in go.mod. Adding -mod=readonly during go list command shall avoid go.mod modification.

Fixes jira ticket :: https://issues.redhat.com/browse/APPAI-1643

codecov-io commented 3 years ago

Codecov Report

Merging #163 (54a1276) into master (972e669) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #163      +/-   ##
==========================================
+ Coverage   97.09%   97.11%   +0.02%     
==========================================
  Files           7        7              
  Lines         344      347       +3     
  Branches       67       67              
==========================================
+ Hits          334      337       +3     
  Misses         10       10              
Impacted Files Coverage Δ
src/collector.ts 95.86% <100.00%> (ø)
src/utils.ts 86.95% <100.00%> (+1.95%) :arrow_up:

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 972e669...54a1276. Read the comment docs.

crda-release-bot commented 3 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: