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

geographika / mappyfile / 397 / 4
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 06 Oct 2019 08:59PM UTC
Files 10
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

06 Oct 2019 08:56PM UTC coverage: 89.984%. Remained the same
397.4

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"
		}
	],

1105 of 1228 relevant lines covered (89.98%)

0.9 hits per line

Source Files on job 397.4
  • Tree
  • List 0
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 77
  • Travis Job 397.4
  • 90741fda on github
  • Prev Job for on master (#393.3)
  • Next Job for on master (#398.2)
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