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

Fix a panic in suproc rule when the declaration of the variable is not available in the AST #728

Merged
merged 1 commit into from Nov 16, 2021

Conversation

ccojocar
Copy link
Member

@ccojocar ccojocar commented Nov 16, 2021

fixes #726

@codecov-commenter
Copy link

Codecov Report

Merging #728 (30e321b) into master (ff17c30) will decrease coverage by 0.03%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #728      +/-   ##
==========================================
- Coverage   69.60%   69.56%   -0.04%     
==========================================
  Files          47       47              
  Lines        2859     2862       +3     
==========================================
+ Hits         1990     1991       +1     
- Misses        813      814       +1     
- Partials       56       57       +1     
Impacted Files Coverage Δ
rules/subproc.go 86.88% <33.33%> (-2.77%) ⬇️

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 ff17c30...30e321b. Read the comment docs.

@ccojocar ccojocar merged commit e57efa8 into master Nov 16, 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.

Panic on subprocess rule
2 participants