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

try to handle multiple decls and assignments #45

Merged
merged 1 commit into from
Oct 2, 2020
Merged

Conversation

aviatesk
Copy link
Owner

@aviatesk aviatesk commented Oct 2, 2020

closes #44

@codecov-commenter
Copy link

codecov-commenter commented Oct 2, 2020

Codecov Report

Merging #45 into master will increase coverage by 0.12%.
The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   85.38%   85.51%   +0.12%     
==========================================
  Files           9        9              
  Lines         698      704       +6     
==========================================
+ Hits          596      602       +6     
  Misses        102      102              
Flag Coverage Δ
#unittests 85.51% <93.33%> (+0.12%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/TypeProfiler.jl 44.44% <ø> (ø)
src/virtualprocess.jl 93.87% <93.33%> (-0.31%) ⬇️
src/print.jl 83.15% <0.00%> (+0.86%) ⬆️

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 fa53dfd...cad6654. Read the comment docs.

@aviatesk aviatesk merged commit 535ff5f into master Oct 2, 2020
@aviatesk aviatesk deleted the avi/multiple branch October 2, 2020 18:02
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 returning tuples, the variables are incorrectly detected as not defined
2 participants