mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
including rcov shell scripts for reference
This commit is contained in:
9
actionpack/test/i18n_coverage
Executable file
9
actionpack/test/i18n_coverage
Executable file
@@ -0,0 +1,9 @@
|
||||
rcov -x abstract_unit.rb \
|
||||
-i action_view/helpers/number_helper.rb,action_view/helpers/date_helper.rb,action_view/helpers/active_record_helper.rb \
|
||||
template/number_helper_i18n_test.rb \
|
||||
template/date_helper_i18n_test.rb \
|
||||
template/active_record_helper_i18n_test.rb \
|
||||
|
||||
# template/number_helper_test.rb \
|
||||
# template/date_helper_test.rb \
|
||||
# template/active_record_helper_test.rb
|
||||
6
activerecord/test/i18n_coverage
Executable file
6
activerecord/test/i18n_coverage
Executable file
@@ -0,0 +1,6 @@
|
||||
rcov -I connections/native_mysql \
|
||||
-x cases/helper,config,connection,models \
|
||||
-i active_record/validations.rb \
|
||||
cases/validations_i18n_test.rb \
|
||||
|
||||
# cases/validations_test.rb
|
||||
Reference in New Issue
Block a user