-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from fastruby/feature/count-files
Start counting files and displaying it in JSON and console output
- Loading branch information
Showing
13 changed files
with
98 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
codecov: | ||
token: d7028c0e-97c5-485f-85e5-f63daabeef63 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec| | |
spec.email = ["[email protected]"] | ||
spec.summary = %q{Analyze a Rails project} | ||
spec.description = %q{Point it to a directory and see stuff about the app} | ||
spec.homepage = "https://github.com/bleonard/rails_stats" | ||
spec.homepage = "https://github.com/fastruby/rails_stats" | ||
spec.license = "MIT" | ||
|
||
spec.files = `git ls-files -z`.split("\x0") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
+-----------------------|------------|----------------+ | ||
| Name | Total Deps | 1st Level Deps | | ||
+-----------------------|------------|----------------+ | ||
| simplecov-console | 7 | 3 | | ||
| codecov | 5 | 2 | | ||
| rails_stats | 4 | 2 | | ||
| simplecov | 3 | 3 | | ||
| minitest-around | 1 | 1 | | ||
| bundler | 0 | 0 | | ||
| byebug | 0 | 0 | | ||
| minitest | 0 | 0 | | ||
| minitest-spec-context | 0 | 0 | | ||
+-----------------------|------------|----------------+ | ||
|
||
Declared Gems 9 | ||
Total Gems 18 | ||
Unpinned Versions 8 | ||
Github Refs 0 | ||
|
||
+----------------------+---------+---------+---------+---------+---------+-----+-------+ | ||
| Name | Files | Lines | LOC | Classes | Methods | M/C | LOC/M | | ||
+----------------------+---------+---------+---------+---------+---------+-----+-------+ | ||
| Channels | 2 | 8 | 8 | 2 | 0 | 0 | 0 | | ||
| Configuration | 19 | 417 | 111 | 1 | 0 | 0 | 0 | | ||
| Controllers | 1 | 7 | 6 | 1 | 1 | 1 | 4 | | ||
| Helpers | 1 | 3 | 3 | 0 | 0 | 0 | 0 | | ||
| Javascripts | 3 | 27 | 7 | 0 | 0 | 0 | 0 | | ||
| Jobs | 1 | 7 | 2 | 1 | 0 | 0 | 0 | | ||
| Libraries | 1 | 1 | 1 | 0 | 0 | 0 | 0 | | ||
| Mailers | 1 | 4 | 4 | 1 | 0 | 0 | 0 | | ||
| Model Tests | 2 | 5 | 4 | 2 | 0 | 0 | 0 | | ||
| Models | 1 | 3 | 3 | 1 | 0 | 0 | 0 | | ||
| Spec Support | 1 | 1 | 1 | 0 | 0 | 0 | 0 | | ||
| Test Support | 1 | 1 | 1 | 0 | 0 | 0 | 0 | | ||
+----------------------+---------+---------+---------+---------+---------+-----+-------+ | ||
| Code | 30 | 477 | 145 | 7 | 1 | 0 | 143 | | ||
| Tests | 4 | 7 | 6 | 2 | 0 | 0 | 0 | | ||
| Total | 34 | 484 | 151 | 9 | 1 | 0 | 149 | | ||
+----------------------+---------+---------+---------+---------+---------+-----+-------+ | ||
Code LOC: 145 Test LOC: 6 Code to Test Ratio: 1:0.0 Files: 34 |
Oops, something went wrong.