Skip to content

Track only the imports from the file which is checked#311

Merged
ccojocar merged 3 commits intosecurego:masterfrom
ccojocar:file-import-tracker
Apr 29, 2019
Merged

Track only the imports from the file which is checked#311
ccojocar merged 3 commits intosecurego:masterfrom
ccojocar:file-import-tracker

Conversation

@ccojocar
Copy link
Member

fixes #291

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
@ccojocar ccojocar requested a review from gcmurphy April 29, 2019 16:33
@ccojocar ccojocar changed the title Track only the import from the file which is checked Track only the imports from the file which is checked Apr 29, 2019
Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
@codecov-io
Copy link

Codecov Report

Merging #311 into master will increase coverage by 0.51%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #311      +/-   ##
==========================================
+ Coverage   60.37%   60.89%   +0.51%     
==========================================
  Files           9        9              
  Lines         530      537       +7     
==========================================
+ Hits          320      327       +7     
  Misses        184      184              
  Partials       26       26
Impacted Files Coverage Δ
import_tracker.go 92% <100%> (+3.11%) ⬆️
analyzer.go 83.33% <100%> (ø) ⬆️

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 f1ea7f6...b0c9986. Read the comment docs.

@ccojocar ccojocar merged commit 48e3932 into securego:master Apr 29, 2019
@ccojocar ccojocar deleted the file-import-tracker branch May 13, 2024 16:11
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.

G404 false positive when math/rand is imported by a different file in a package than calls rand.Read

3 participants