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 LanguagesByShebang strategy on single shebang #86

Merged
merged 1 commit into from
Jul 25, 2017

Conversation

bzz
Copy link
Contributor

@bzz bzz commented Jul 25, 2017

This fixes #84

LanguagesByShebang assumed there is always something after shebang, but it can be just #! as well.

@bzz
Copy link
Contributor Author

bzz commented Jul 25, 2017

As @abeaumont is AFK today, \cc @smola @mcarmonaa for a quick review

@codecov
Copy link

codecov bot commented Jul 25, 2017

Codecov Report

Merging #86 into master will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #86      +/-   ##
==========================================
+ Coverage   83.64%   83.67%   +0.03%     
==========================================
  Files          17       17              
  Lines         978      980       +2     
==========================================
+ Hits          818      820       +2     
  Misses         98       98              
  Partials       62       62
Impacted Files Coverage Δ
common.go 90.54% <100%> (+0.09%) ⬆️

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 7cd8904...3303cf7. Read the comment docs.

@bzz bzz mentioned this pull request Jul 25, 2017
@juanjux juanjux merged commit 116f9f7 into src-d:master Jul 25, 2017
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.

Runtime Error
3 participants