metaps/genova

View on GitHub
Branch: develop(View all)
NameLines of codeMaintainabilityTest coverage
.circleci/config.yml
.dockerignore
.env.default
.gitignore
.rspec
.rubocop.yml
.ssh/git-ssh.sh
Gemfile
Gemfile.lock
LICENSE.txt
Procfile.dev
README.md
Rakefile
Thorfile
UPGRADING.md
app/api/api.rb23
A
0 mins
C
70%
app/api/v2/github_routes.rb32
A
0 mins
A
100%
app/api/v2/helper/github_helper.rb41
A
0 mins
A
100%
app/api/v2/helper/slack_helper.rb15
A
0 mins
A
100%
app/api/v2/routes.rb7
A
0 mins
A
100%
app/api/v2/slack_routes.rb44
A
0 mins
D
62%
app/channels/application_cable/channel.rb4
A
0 mins
A
100%
app/channels/application_cable/connection.rb4
A
0 mins
A
100%
app/controllers/application_controller.rb14
A
0 mins
D
63%
app/controllers/deploy_jobs_controller.rb39
A
55 mins
D
62%
app/controllers/latest_deployments_controller.rb5
A
0 mins
D
66%
app/controllers/workflows_controller.rb3
A
0 mins
A
100%
app/helpers/application_helper.rb16
A
0 mins
A
100%
app/javascript/entrypoints/application.js27
A
1 hr
app/javascript/entrypoints/application.scss
app/jobs/application_job.rb2
A
0 mins
A
100%
app/models/deploy_job.rb165
A
0 mins
B
81%
app/views/deploy_jobs/index.html.erb
app/views/deploy_jobs/show.html.erb
app/views/errors/error.html.erb
app/views/kaminari/_first_page.html.erb
app/views/kaminari/_gap.html.erb
app/views/kaminari/_last_page.html.erb
app/views/kaminari/_next_page.html.erb
app/views/kaminari/_page.html.erb
app/views/kaminari/_paginator.html.erb
app/views/kaminari/_prev_page.html.erb
app/views/latest_deployments/index.html.erb
app/views/layouts/application.html.erb
app/views/workflows/index.html.erb
app/workers/ecs/service_provisioning_worker.rb105
A
0 mins
B
83%
app/workers/github/deploy_worker.rb43
A
0 mins
B
85%
app/workers/github/retrieve_branch_worker.rb17
A
0 mins
B
84%
app/workers/slack/command_receive_worker.rb34
A
1 hr
F
26%
app/workers/slack/deploy_cluster_worker.rb16
A
1 hr
B
83%