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

Implement missing dependencies feature #90

Merged
merged 6 commits into from
Jan 17, 2016

Conversation

lijunle
Copy link
Member

@lijunle lijunle commented Jan 16, 2016

Resolve #41 #83

  • Known bug: dependencies from nested folder project is marked as missing. (See breaking change)
  • Breaking change: depcheck will stop go into a folder containing package.json file. Such folder is considered as another module and should set up with another depcheck.
  • Test cases are updated.

- Rename "no unused dependencies" to "no depcheck issue"
- Lowercase the "Dependencies"
- Remove the blank line between each output section.
- E2E test case
- Unit test
- CLI test
- Filter built-in modules as missing dependencies.
- Known bug: dependencies from nested project is marked as missing.
@codecov-io
Copy link

Current coverage is 98.19%

Merging #90 into master will decrease coverage by -0.26% as of f802b9e

@@            master     #90   diff @@
======================================
  Files           15      15       
  Stmts          323     333    +10
  Branches        75      78     +3
  Methods          0       0       
======================================
+ Hit            318     327     +9
- Partial          3       4     +1
  Missed           2       2       

Review entire Coverage Diff as of f802b9e

Powered by Codecov. Updated on successful CI builds.

- Those folder treats as another module and check by itself.
- Update the check-json build script.
- Add missing dependencies check in check-json build script.
lijunle added a commit that referenced this pull request Jan 17, 2016
Implement missing dependencies feature
@lijunle lijunle merged commit 4d80b88 into depcheck:master Jan 17, 2016
@lijunle lijunle deleted the missing-deps branch January 17, 2016 04:58
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.

None yet

2 participants