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

make clean should remove vendor dir, too #1178

Merged
merged 1 commit into from Nov 16, 2018
Merged

make clean should remove vendor dir, too #1178

merged 1 commit into from Nov 16, 2018

Conversation

vdarulis
Copy link
Collaborator

If for some reason install-vendor step fails, vendor dir will remain and builds will fail unless one manually removes it. Running make clean should remove all artifacts created for the build.

@codecov
Copy link

codecov bot commented Nov 15, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #1178     +/-   ##
========================================
+ Coverage    71.1%   71.4%   +0.3%     
========================================
  Files         732     729      -3     
  Lines       61493   61133    -360     
========================================
- Hits        43757   43694     -63     
+ Misses      14918   14615    -303     
- Partials     2818    2824      +6
Flag Coverage Δ
#aggregator 81.6% <ø> (ø) ⬆️
#cluster 85.9% <ø> (ø) ⬆️
#collector 78.1% <ø> (ø) ⬆️
#dbnode 80.8% <ø> (-0.2%) ⬇️
#m3em 73.2% <ø> (ø) ⬆️
#m3ninx 75.2% <ø> (ø) ⬆️
#m3nsch 51.1% <ø> (ø) ⬆️
#metrics 18.3% <ø> (ø) ⬆️
#msg 75.1% <ø> (+0.1%) ⬆️
#query 64.2% <ø> (+2.4%) ⬆️
#x 75.2% <ø> (ø) ⬆️

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 7e3dacc...cfd2f1d. Read the comment docs.

Copy link
Collaborator

@schallert schallert left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@prateek prateek left a comment

Choose a reason for hiding this comment

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

LGTM

@prateek prateek merged commit 2ffc012 into master Nov 16, 2018
@prateek prateek deleted the vytenis/clean branch November 16, 2018 19:42
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.

None yet

3 participants