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: ignore files that are not found #87

Merged
merged 2 commits into from
Nov 14, 2017
Merged

Conversation

jinwoo
Copy link
Member

@jinwoo jinwoo commented Nov 14, 2017

This is needed when files are explicitly passed to
gts. Just ignore them.

This addresses #86

@codecov-io
Copy link

codecov-io commented Nov 14, 2017

Codecov Report

Merging #87 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
+ Coverage    99.6%   99.61%   +0.01%     
==========================================
  Files           8        8              
  Lines         254      261       +7     
  Branches       10       11       +1     
==========================================
+ Hits          253      260       +7     
  Misses          1        1
Impacted Files Coverage Δ
test/test-lint.ts 100% <100%> (ø) ⬆️
src/lint.ts 100% <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 11bf7de...83f11d0. Read the comment docs.

This is needed when files are explicitly passed to
gts. Just ignore them.

This addresses google#86
@jinwoo
Copy link
Member Author

jinwoo commented Nov 14, 2017

Added a test case.

@jinwoo
Copy link
Member Author

jinwoo commented Nov 14, 2017

Can someone merge this? I don't seem authorized for that.

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.

None yet

4 participants