Merge pull request #28744 from y-yagi/make_code_statistics_task_handle_system_tests_properly

Make code statistics task handle system tests properly
This commit is contained in:
Rafael França 2017-04-13 16:58:35 -04:00 committed by GitHub
commit febf19d5d3
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ class CodeStatistics #:nodoc:
"Model tests",
"Mailer tests",
"Job tests",
"Integration tests"]
"Integration tests",
"System tests"]
HEADERS = { lines: " Lines", code_lines: " LOC", classes: "Classes", methods: "Methods" }