sonar-js-coverage-convertor
Version:
Convert Istanbul coverage reports to SonarQube Generic Data format for Polymer app usage
20 lines (19 loc) • 642 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0;url=demo/" />
<script src="./bower_components/webcomponentsjs/webcomponents-loader.js"></script>
<link rel="import" href="./bower_components/polymer/polymer.html">
<title>example-app</title>
</head>
<body>
<!--
ELEMENT API DOCUMENTATION SUPPORT COMING SOON
Visit demo/index.html to see live examples of your element running.
This page will automatically redirect you there when run in the browser
with `polymer serve`.
-->
<example-element></example-element>
</body>
</html>