Skip to content

Commit 0e87202

Browse files
committed
add changelog entry
1 parent 09f7fee commit 0e87202

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* [BUGFIX: Fix JSON output missing Code and Tests total count](https://github.com/fastruby/rails_stats/pull/40)
44
* Update README examples
55
* [FEATURE: Output number of tables created from schema.rb or structure.sql, add polymorphic models count](https://github.com/fastruby/rails_stats/pull/37)
6+
* [FEATURE: Add TS files count to Javascripts](https://github.com/fastruby/rails_stats/pull/42)
67

78
# v2.0.1 ([commits](https://github.com/fastruby/rails_stats/compare/v2.0.0...v2.0.1))
89

test/lib/rails_stats/json_formatter_test.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"loc_over_m": "0"
167167
}, {
168168
"name": "Javascripts",
169-
"files": "3",
169+
"files": "4",
170170
"lines": "27",
171171
"loc": "7",
172172
"classes": "0",
@@ -220,7 +220,7 @@
220220
"loc_over_m": "0"
221221
}, {
222222
"name": "Code",
223-
"files": "33",
223+
"files": "34",
224224
"lines": "484",
225225
"loc": "152",
226226
"classes": "10",
@@ -242,7 +242,7 @@
242242
"total": true
243243
}, {
244244
"name": "Total",
245-
"files": "37",
245+
"files": "38",
246246
"lines": "491",
247247
"loc": "158",
248248
"classes": "12",

0 commit comments

Comments
 (0)