Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
feat(examples): add test coverage report to example page
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Dec 27, 2015
1 parent a042725 commit f41fb1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ module.exports = function (grunt) {
{expand: true, src: 'index.html', dest: '<%- sitePath %>/<%- pkg.version %>/'},
{expand: true, src: 'config.js', dest: '<%- sitePath %>/<%- pkg.version %>/'},
{expand: true, src: 'ng2-material/**/*', dest: '<%- sitePath %>/<%- pkg.version %>/'},
{expand: true, src: 'coverage/**/*', dest: '<%- sitePath %>/<%- pkg.version %>/'},
{expand: true, src: 'dist/*.*', dest: '<%- sitePath %>/<%- pkg.version %>/'},
{
expand: true,
Expand Down
4 changes: 2 additions & 2 deletions examples/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ <h2>

<h1 class="examples-title">Getting Started</h1>
<p class="examples-intro">
There are many examples on this page. Here's a
<a href="http://plnkr.co/edit/CnDUjVufVnevluFOBvdD?p=preview" target="_blank">Plunkr Template</a>.
There are many examples on this page. Here's the <a href="coverage/" target="_blank">test coverage</a> report, and a
<a href="http://plnkr.co/edit/CnDUjVufVnevluFOBvdD?p=preview" target="_blank">plunkr template</a> to get you going.
</p>

<nav class="examples-toc">
Expand Down

0 comments on commit f41fb1f

Please sign in to comment.