Flockingbird/roost

View on GitHub
Branch: develop(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.env.template
.github/ISSUE_TEMPLATE/bootstrap_task.md
.github/ISSUE_TEMPLATE/rfc.md
.github/workflows/superlinter.yml
.github/workflows/test.yml
.gitignore
.rubocop.yml
.ruby-version
Gemfile
Gemfile.lock
LICENSE
Makefile
Procfile
README.md
Rakefile
app.json
app/aggregates/contact.rb17
A
0 mins
A
100%
app/aggregates/member.rb92
A
0 mins
A
100%
app/aggregates/member/tag.rb28
A
0 mins
A
100%
app/aggregates/member/tag_list.rb17
A
0 mins
A
100%
app/aggregates/mixins/attributes.rb13
A
0 mins
A
100%
app/aggregates/registration.rb50
A
0 mins
A
100%
app/aggregates/session.rb17
A
0 mins
A
100%
app/commands/application_command.rb27
A
0 mins
A
100%
app/commands/application_command_handler.rb23
A
0 mins
A
100%
app/commands/commands.rb8
A
0 mins
A
100%
app/commands/contact/add.rb43
A
0 mins
A
100%
app/commands/member/add_member.rb17
A
0 mins
A
100%
app/commands/member/invite_member.rb17
A
0 mins
A
100%
app/commands/profile/tag.rb16
A
0 mins
A
100%
app/commands/profile/update.rb23
A
0 mins
A
100%
app/commands/registration/confirmation.rb17
A
0 mins
A
100%
app/commands/registration/new_registration.rb46
A
0 mins
A
100%
app/commands/session/start.rb52
A
0 mins
A
100%
app/errors.rb4
A
0 mins
A
100%
app/events/confirmation_email_sent.rb1
A
0 mins
A
100%
app/events/contact_added.rb1
A
0 mins
A
100%
app/events/follower_added.rb1
A
0 mins
A
100%
app/events/member_added.rb1
A
0 mins
A
100%
app/events/member_bio_updated.rb1
A
0 mins
A
100%
app/events/member_invited.rb2
A
0 mins
A
100%
app/events/member_name_updated.rb1
A
0 mins
A
100%
app/events/member_tag_added.rb1
A
0 mins
A
100%
app/events/registration_confirmed.rb1
A
0 mins
A
100%
app/events/registration_requested.rb1
A
0 mins
A
100%
app/events/session_started.rb1
A
0 mins
A
100%
app/mail/registration_mail.erb
app/projections/contacts/projector.rb37
A
0 mins
A
100%
app/projections/contacts/query.rb12
A
0 mins
A
100%