• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kittoframework / kitto / 70
81%
master: 89%

Build:
Build:
LAST BUILD BRANCH: v0.9.2
DEFAULT BRANCH: master
Ran 06 Nov 2016 02:19PM UTC
Jobs 1
Files 12
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
70

push

travis-ci

Dimitris Zorbas
Improve failed job error reporting

The definition location of each job defined, is kept in Kitto.Runner
to provide information helpful for debugging.

`Code.load_file/1` is used to load job files instead of `Code.eval_file/1` and
now proper stacktrace info indicating the original location of the erroring code
is emitted.

Before
------

```
16:15:06.596 [error] Process #PID<0.1727.0> raised an exception
** (RuntimeError) Boom Shakalaka
    (kitto) lib/kitto/stats_server.ex:66: Kitto.StatsServer.measure_func/2
    (kitto) lib/kitto/job.ex:35: Kitto.Job.with_interval/1
```

After
-----

```
15:58:27.230 [error] Process #PID<0.1442.0> raised an exception
** (Kitto.Job.Error) Job :buzzwords failed to run.
Defined in: jobs/buzzwords.ex:3:
Error: ** (RuntimeError) Boom Shakalaka
Stacktrace:     jobs/buzzwords.ex:10: anonymous fn/0 in :elixir_compiler_29.__FILE__/1
(stdlib) timer.erl:166: :timer.tc/1
  (kitto) lib/kitto/stats_server.ex:73: Kitto.StatsServer.timed_call/1
  (kitto) lib/kitto/stats_server.ex:46: Kitto.StatsServer.measure_call/1
  (kitto) lib/kitto/job.ex:35: Kitto.Job.with_interval/1
```

123 of 151 relevant lines covered (81.46%)

9.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 70.1 06 Nov 2016 02:19PM UTC 0
81.46
Travis Job 70.1
Source Files on build 70
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #70
  • 36887381 on github
  • Prev Build on enhanced-job-error-handling (#69)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc