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

cloudmarker / cloudmarker / 157
84%

Build:
DEFAULT BRANCH: master
Ran 18 Jan 2019 02:29PM UTC
Jobs 3
Files 0
Run time –
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
157

push

travis-ci-com

susam
Fix invalid JSON file written by FileStore plugin

Prior to this fix, the FileStore plugin writes an invalid JSON file to
the file system. Here is an example file written by this plugin prior
to this fix:

	[
	{
	  "record_num": 0,
	  "record_type": "foo"
	},
	{
	  "record_num": 2,
	  "record_type": "foo"
	},
	{
	  "record_num": 4,
	  "record_type": "foo"
	},
	{
	  "record_num": 6,
	  "record_type": "foo"
	},
	{
	  "record_num": 8,
	  "record_type": "foo"
	},
	]

The error here is the trailing comma at the end of all items in the JSON
array. This issue occurs because the plugin adds a comma after every
item. This change fixes this issue.
Jobs
ID Job ID Ran Files Coverage
1 157.1 18 Jan 2019 02:29PM UTC 0
Travis Job 157.1
2 157.2 18 Jan 2019 02:29PM UTC 0
Travis Job 157.2
3 157.3 18 Jan 2019 02:29PM UTC 0
Travis Job 157.3
Source Files on build 157
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #157
  • 560dde7a on github
  • Prev Build on master (#154)
  • Next Build on master (#164)
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