zooniverse/Talk-Api

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.dockerignore
.github/workflows/codeql-analysis.yml
.github/workflows/deploy_production.yml
.github/workflows/deploy_staging.yml
.github/workflows/run_task_production.yaml
.github/workflows/run_task_staging.yaml
.github/workflows/run_tests_CI.yml
.gitignore
.guardrails/ignore
.rspec
Dockerfile
Gemfile
Gemfile.lock
Guardfile
LICENSE
README.md
Rakefile
app/controllers/announcements_controller.rb3
A
0 mins
A
100%
app/controllers/application_controller.rb70
A
0 mins
A
94%
app/controllers/blocked_users_controller.rb4
A
0 mins
A
100%
app/controllers/boards_controller.rb3
A
0 mins
A
100%
app/controllers/comments_controller.rb25
A
0 mins
A
100%
app/controllers/concerns/action_rendering.rb27
A
0 mins
A
100%
app/controllers/concerns/action_rescuing.rb73
A
0 mins
A
100%
app/controllers/concerns/talk_resource.rb28
A
0 mins
A
100%
app/controllers/conversations_controller.rb22
A
0 mins
A
100%
app/controllers/data_requests_controller.rb4
A
0 mins
A
100%
app/controllers/discussions_controller.rb3
A
0 mins
A
100%
app/controllers/mentions_controller.rb4
A
0 mins
A
100%
app/controllers/messages_controller.rb4
A
0 mins
A
100%
app/controllers/moderations_controller.rb22
A
0 mins
A
100%
app/controllers/notifications_controller.rb20
A
0 mins
A
100%
app/controllers/projects_controller.rb4
A
0 mins
A
100%
app/controllers/roles_controller.rb3
A
0 mins
A
100%
app/controllers/searches_controller.rb67
A
0 mins
A
100%
app/controllers/subscription_preferences_controller.rb8
A
0 mins
A
100%
app/controllers/subscriptions_controller.rb4
A
0 mins
A
100%
app/controllers/suggested_tags_controller.rb3
A
0 mins
A
100%
app/controllers/tags_controller.rb30
A
0 mins
A
100%
app/controllers/unsubscribe_controller.rb24
A
0 mins
A
100%
app/controllers/user_ip_bans_controller.rb4
A
0 mins
A
100%
app/controllers/users_controller.rb19
A
0 mins
A
100%
app/helpers/application_helper.rb2
A
0 mins
A
100%
app/helpers/mailer_helper.rb21
A
0 mins
A
100%
app/mailers/application_mailer.rb4
A
0 mins
A
100%
app/mailers/notification_mailer.rb64
A
40 mins
A
100%
app/models/announcement.rb13
A
0 mins
A
100%
app/models/blocked_user.rb6
A
0 mins
A
100%
app/models/board.rb55
A
0 mins
B
88%
app/models/comment.rb118
A
0 mins
A
100%