Ran
|
Jobs
1
|
Files
16
|
Run time
1s
|
Badge
README BADGES
|
push
travis-ci
Squashed commit of the following: commit 057501ba2 Merge: 9d3f150 284ef66 Author: Dimitris Zorbas <zorbash@skroutz.gr> Date: Sat Nov 19 17:41:38 2016 +0200 Merge remote-tracking branch 'origin/plugify-authentication' Closes: #15 commit 284ef6679 Author: Dave Long <dlong@cagedata.com> Date: Sat Nov 19 16:30:29 2016 +0200 Use Authentication Plug in Kitto.Router commit e706cc6fe Author: Dave Long <dlong@cagedata.com> Date: Sat Nov 19 16:08:43 2016 +0200 Add Authentication Plug Make API for authenticating request more friendly To mark a route as requiring authentication, just use the private params map set on the route. ```elixir get "my/authenticated/route", private: %{authenticated: true} do # Handle request for successful authentication end ``` commit 9d3f150bd Author: Dimitris Zorbas <zorbash@skroutz.gr> Date: Thu Nov 17 22:09:04 2016 +0200 Fix typo in README commit 1346aef11 Author: Dimitris Zorbas <zorbash@skroutz.gr> Date: Thu Nov 17 21:53:38 2016 +0200 Point to heroku instructions in README commit d76451f06 Author: Dimitris Zorbas <zorbash@skroutz.gr> Date: Thu Nov 17 21:45:34 2016 +0200 Mention Heroku deployment in README commit dfaa04b37 Author: Dimitris Zorbas <zorbash@skroutz.gr> Date: Thu Nov 17 21:18:14 2016 +0200 Re-organize package.json, add engines section and heroku-postbuild commit 1294cf9c5 Author: Dimitris Zorbas <zorbash@skroutz.gr> Date: Thu Nov 17 21:08:09 2016 +0200 [installer] Generate elixir_buildpack.config for Heroku commit 02280fa7d Author: Dimitris Zorbas <zorbash@skroutz.gr> Date: Thu Nov 17 19:28:53 2016 +0200 [installer] Generate Procfile for Heroku
151 of 192 relevant lines covered (78.65%)
8.89 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 163.1 | 16 |
78.65 |
Travis Job 163.1 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|---|---|---|---|---|---|---|
0.0 | lib/mix/tasks/kitto.server.ex | 58 | 15 | 0 | 15 | 0.0 | |
0.0 | lib/kitto/job/workspace.ex | 5 | 1 | 0 | 1 | 0.0 | |
18.18 | lib/kitto/router.ex | 42 | 11 | 2 | 9 | 1.0 | |
68.18 | lib/kitto.ex | 69 | 22 | 15 | 7 | 2.0 | |
76.47 | lib/kitto/job.ex | 60 | 17 | 13 | 4 | 17.0 - 1.0 | |
81.82 | lib/kitto/runner.ex | 45 | 11 | 9 | 2 | 1.0 | |
88.89 | lib/kitto/endpoints/event.ex | 61 | 18 | 16 | 2 | 2.0 + 1.0 | |
95.0 | lib/kitto/notifier.ex | 95 | 20 | 19 + 3 | 1 - 3 | 3.0 | |
100.0 | lib/kitto/stats_server.ex | 80 | 24 | 24 | 0 | 44.0 - 3 | |
100.0 | lib/kitto/job/error.ex | 17 | 7 | 7 | 0 | 7.0 | |
100.0 | lib/kitto/plugs/authentication.ex | 60 | 8 | 8 | 0 | 16.0 |