doctype html
html
	head
		title Tron Test Coverage
		link(rel='stylesheet', href='/css/github-markdown.css')
		style.
			.markdown-body {
				box-sizing: border-box;
				min-width: 200px;
				max-width: 980px;
				margin: 0 auto;
				padding: 45px;
			}
	body
		div(class='markdown-body')
			h1 Come back again when there is a report
			p You can generate a test coverage report by running
			pre
				code npm run test-coverage