Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@zlav
Copy link
Member

@zlav zlav commented Mar 27, 2019

Add an incremental feature to buck support to enable more accurate scanning.

if err != nil {
return transitiveDeps, err

allDependencies := []string{}

Choose a reason for hiding this comment

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

ineffectual assignment to allDependencies (from ineffassign)

deps, err := cmdAudit(b.Cmd, "dependencies", b.Target)
if err != nil {
return imports, err
directDeps := []string{}

Choose a reason for hiding this comment

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

ineffectual assignment to directDeps (from ineffassign)

@zlav zlav force-pushed the feat/buck-all-packages branch from 06c083f to cf4819c Compare March 28, 2019 06:38
@codecov
Copy link

codecov bot commented Mar 28, 2019

Codecov Report

Merging #428 into master will increase coverage by 0.43%.
The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #428      +/-   ##
==========================================
+ Coverage   45.84%   46.28%   +0.43%     
==========================================
  Files          81       81              
  Lines        4234     4291      +57     
==========================================
+ Hits         1941     1986      +45     
- Misses       2110     2116       +6     
- Partials      183      189       +6
Impacted Files Coverage Δ
analyzers/buck/buck.go 58.06% <ø> (ø) ⬆️
api/fossa/tar.go 13.75% <0%> (ø) ⬆️
buildtools/buck/buck.go 77.46% <71.66%> (+0.86%) ⬆️
buildtools/buck/cmd.go 48.14% <77.77%> (+14.81%) ⬆️

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 bb551cd...3980789. Read the comment docs.

@zlav zlav merged commit 7a5ba03 into master Mar 28, 2019
@zlav zlav deleted the feat/buck-all-packages branch March 28, 2019 07:32
meghfossa added a commit that referenced this pull request Nov 12, 2021
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.

3 participants