Add unit test
Showing
- jh/app/controllers/groups/analytics/performance_analytics_controller.rb 6 additions, 0 deletions...lers/groups/analytics/performance_analytics_controller.rb
- jh/app/services/groups/code_lines_summary_service.rb 1 addition, 1 deletionjh/app/services/groups/code_lines_summary_service.rb
- jh/app/services/groups/fetch_effective_lines_count_service.rb 3 additions, 3 deletions...pp/services/groups/fetch_effective_lines_count_service.rb
- jh/app/services/projects/code_lines_summary_service.rb 1 addition, 1 deletionjh/app/services/projects/code_lines_summary_service.rb
- jh/app/services/projects/fetch_effective_lines_count_service.rb 3 additions, 6 deletions.../services/projects/fetch_effective_lines_count_service.rb
- jh/app/workers/projects/fetch_effective_lines_count_worker.rb 1 addition, 1 deletion...pp/workers/projects/fetch_effective_lines_count_worker.rb
- jh/lib/gitlab/analytics/effective_lines/code_lines.rb 3 additions, 1 deletionjh/lib/gitlab/analytics/effective_lines/code_lines.rb
- jh/lib/gitlab/analytics/performance_analytics/group/summary/code_lines.rb 2 additions, 2 deletions...alytics/performance_analytics/group/summary/code_lines.rb
- jh/lib/gitlab/analytics/performance_analytics/group_code_lines_summary.rb 3 additions, 1 deletion...alytics/performance_analytics/group_code_lines_summary.rb
- jh/spec/lib/gitlab/analytics/effective_lines/code_lines_spec.rb 160 additions, 0 deletions...c/lib/gitlab/analytics/effective_lines/code_lines_spec.rb
- jh/spec/lib/gitlab/analytics/performance_analytics/group_code_lines_summary_spec.rb 5 additions, 3 deletions...cs/performance_analytics/group_code_lines_summary_spec.rb
- jh/spec/lib/gitlab/analytics/performance_analytics/project_code_lines_summary_spec.rb 49 additions, 0 deletions.../performance_analytics/project_code_lines_summary_spec.rb
- jh/spec/requests/groups/analytics/performance_analytics_controller_spec.rb 15 additions, 0 deletions...groups/analytics/performance_analytics_controller_spec.rb
- jh/spec/requests/projects/analytics/performance_analytics_controller_spec.rb 16 additions, 0 deletions...ojects/analytics/performance_analytics_controller_spec.rb
- jh/spec/services/commits/fetch_effective_lines_count_service_spec.rb 2 additions, 1 deletion...vices/commits/fetch_effective_lines_count_service_spec.rb
- jh/spec/services/groups/code_lines_summary_service_spec.rb 109 additions, 0 deletionsjh/spec/services/groups/code_lines_summary_service_spec.rb
- jh/spec/services/groups/fetch_effective_lines_count_service_spec.rb 93 additions, 0 deletions...rvices/groups/fetch_effective_lines_count_service_spec.rb
- jh/spec/services/projects/code_lines_summary_service_spec.rb 99 additions, 0 deletionsjh/spec/services/projects/code_lines_summary_service_spec.rb
- jh/spec/services/projects/fetch_effective_lines_count_service_spec.rb 122 additions, 0 deletions...ices/projects/fetch_effective_lines_count_service_spec.rb
- jh/spec/workers/groups/fetch_effective_lines_count_worker_spec.rb 15 additions, 9 deletions...workers/groups/fetch_effective_lines_count_worker_spec.rb
Please register or sign in to comment