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

Don't install utils if already installed #59

Merged

Conversation

tisnik
Copy link
Collaborator

@tisnik tisnik commented Jun 24, 2020

Description

Don't install utils if already installed
(the same change that was incorporated into aggregator)

Fixes #50 #51 #52 #53 #54 #55 #56

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Testing steps

Can be checked by running all updated scripts - it is much much faster now.

@codecov-commenter
Copy link

Codecov Report

Merging #59 into master will increase coverage by 3.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
+ Coverage   30.46%   33.49%   +3.03%     
==========================================
  Files          10       10              
  Lines         627      627              
==========================================
+ Hits          191      210      +19     
+ Misses        411      393      -18     
+ Partials       25       24       -1     
Impacted Files Coverage Δ
server/server.go 46.35% <0.00%> (+9.89%) ⬆️

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 ec53fdd...90673ff. Read the comment docs.

Copy link
Collaborator

@joselsegura joselsegura left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@@ -26,7 +26,11 @@ if [[ $* == *verbose* ]]; then
VERBOSE=true
fi

GO111MODULE=off go get -u github.com/droptheplot/abcgo
if ! [ -x "$(command -v abcgo)" ]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then -u option doesn't make sense here

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.

When gosec tool is already installed, skip the installation part
5 participants