Skip to content

Instantly share code, notes, and snippets.

@ilaif
Last active April 28, 2022 23:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilaif/531fe3545b76237ea0b7bcbe42e8bb3b to your computer and use it in GitHub Desktop.
Save ilaif/531fe3545b76237ea0b7bcbe42e8bb3b to your computer and use it in GitHub Desktop.
instrument-everything-blog-report-jinja-template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ title }}</title>
<link rel="stylesheet" type="text/css" href="highlight.css">
</head>
<body>
<div class="header">
<h2>{{ title }}</h2>
<p class="stats">{{ file['coverage_line_percentage'] }}% Lines
({{ file['covered_line_count'] }}/{{ file['tested_line_count'] }})</p>
</div>
{{ source }}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment