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 language identification of .ts files #127

Merged
merged 1 commit into from
Apr 24, 2018

Conversation

ajlai
Copy link
Contributor

@ajlai ajlai commented Apr 21, 2018

This is a nitpicky fix for Github misidentifying index.ts as a javascript file:
image.

I tested with linguist locally (https://github.com/github/linguist#application-usage) to confirm that this change fixes the issue.

@coveralls
Copy link

coveralls commented Apr 21, 2018

Pull Request Test Coverage Report for Build 87

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 10.56%

Totals Coverage Status
Change from base Build 86: 0.0%
Covered Lines: 93
Relevant Lines: 658

💛 - Coveralls

5 similar comments
@coveralls
Copy link

Pull Request Test Coverage Report for Build 87

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 10.56%

Totals Coverage Status
Change from base Build 86: 0.0%
Covered Lines: 93
Relevant Lines: 658

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 87

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 10.56%

Totals Coverage Status
Change from base Build 86: 0.0%
Covered Lines: 93
Relevant Lines: 658

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 87

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 10.56%

Totals Coverage Status
Change from base Build 86: 0.0%
Covered Lines: 93
Relevant Lines: 658

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 87

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 10.56%

Totals Coverage Status
Change from base Build 86: 0.0%
Covered Lines: 93
Relevant Lines: 658

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 87

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 10.56%

Totals Coverage Status
Change from base Build 86: 0.0%
Covered Lines: 93
Relevant Lines: 658

💛 - Coveralls

@grant
Copy link
Contributor

grant commented Apr 24, 2018

Thanks!
The reason why the project was ID'd as Node was because of the shebang (#!/usr/bin/env node).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants