|
Ran
|
Jobs
2
|
Files
24
|
Run time
–
|
Badge
README BADGES
|
push
travis-ci
Don't re-raise JSON::ParserError in Snapshotter service This was originally a bit of defensive programming to hopefully help surface problems that would happen during the running of the take-snapshot.js script. However, when run on a URL that had JavaScript errors, this would prevent the snapshot from being taken. This isn't a great thing, so instead of re-raising these things, I am changing it so they are simply swallowed. We may want to collect these lines and output them on the snapshot page, but for the time being that is YAGNI. Change-Id: Id0068e462
417 of 428 relevant lines covered (97.43%)
53.5 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 183.1 (2.0.0) | 0 |
97.43 |
Travis Job 183.1 | |
| 2 | 183.2 (2.1.0) | 0 |
97.43 |
Travis Job 183.2 |