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

geographika / mappyfile / 397
92%

Build:
DEFAULT BRANCH: master
Ran 06 Oct 2019 08:59PM UTC
Jobs 6
Files 50
Run time 8min
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
397

push

travis-ci

geographika
fix: schema layer.json for joins tag
fix: schema join.json for connectiontype tag

Note: The validate function does not manage the tag: joins and connectiontype, while the transform fonction (map to json) does it.

Error received on the validate function:
	{'error': "'joins' does not match any of the regexes: '^__[a-z]+__$'", 'message': 'ERROR: Invalid value in LAYER'}
	{'error': "'connectiontype' does not match any of the regexes: '^__[a-z]+__$'", 'message': 'ERROR: Invalid value in JOIN'}

MapFile abstract:
	JOIN
		NAME 'table_join'
		CONNECTION "dbname=bd_test host=host_test port=5432 user=mapserver password={***}"
		CONNECTIONTYPE postgresql
		TABLE 'sch.table_join'
		FROM 'no_link'
		TO 'no_link'
		TYPE ONE-TO-MANY
		TEMPLATE "../gabarits/gabarit_join.html"
	END

JSON-MapFile Abstract:
	"joins": [
		{
			"__type__": "join",
			"name": "table_join",
			"connection": "dbname=bd_test host=host_test port=5432 user=mapserver password={***}",
			"connectiontype": "postgresql",
			"table": "sch.table_join",
			"from": "no_link",
			"to": "no_link",
			"type": "ONE-TO-MANY",
			"template": "../gabarits/gabarit_join.html"
		}
	],

5539 of 6140 relevant lines covered (90.21%)

5.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 397.1 06 Oct 2019 09:00PM UTC 0
90.23
Travis Job 397.1
2 397.2 06 Oct 2019 08:59PM UTC 0
89.98
Travis Job 397.2
3 397.3 06 Oct 2019 08:59PM UTC 0
89.98
Travis Job 397.3
4 397.4 06 Oct 2019 08:59PM UTC 0
89.98
Travis Job 397.4
5 397.5 06 Oct 2019 09:04PM UTC 0
90.23
Travis Job 397.5
6 397.6 06 Oct 2019 09:08PM UTC 0
90.09
Travis Job 397.6
Source Files on build 397
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #397
  • 90741fda on github
  • Prev Build on master (#393)
  • Next Build on master (#398)
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